#b33ddb

Color #B33DDB Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B33DDB

Tints of Medium Orchid #B33DDB

Color information

#B33DDB (or 0xB33DDB) is unknown color: approx Medium Orchid. HEX triplet: B3, 3D and DB. RGB value is (179,61,219). Sum of RGB (Red+Green+Blue) = 179+61+219=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 61 (24.22% from 255 or 13.29% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #B33DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33DDB is #4CC224. Grayscale: #717171. Windows color (decimal): -5030437 or 14368179. OLE color: 14368179.

HSL color Cylindrical-coordinate representation of color #B33DDB: hue angle of 284.81º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B33DDB is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17961219-
CMYK0.180.7200.14
HSL284.81º68.7%54.9%-
HSV(B)284.81º72.15%85.88%-
XYZ33.0518.0468.76-
YUV114.29187.09174.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 39.00%
GREEN value IS 61 (24.22% from 255) = 13.29%
BLUE value IS 219 (85.94% from 255) = 47.71%
R=39.00%
G=13.29%
B=47.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal179612190.180.7200.14284.8168.754.9
HexB33DDB12480E11d4537
Octal263753332211001643510567
Binary1011001111110111011011100101001000011101000111011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b33ddb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b33ddb; }

 p { color: rgb(179,61,219); }

 H1.HeaderClassName
 {
   color: #b33ddb;
 }
 .AnyTagClassName
 {
   color: #b33ddb;
 }
</style>
background-color css

<style>
 a { background-color: #b33ddb; }

 a { background-color: rgb(179,61,219); }

 div.DivClassName
 {
   background-color: #b33ddb;
 }
 .BgClassName
 {
   background-color: #b33ddb;
 }
</style>
border-color css

<style>
 span { border-color: #b33ddb; }

 span { border-color: rgb(179,61,219); }

 td.TdClassName
 {
   border-color: #b33ddb;
 }
 .TagClassName
 {
   border-color: #b33ddb;
 }
</style>