Html Css Color HEX #B336CB Dark Orchid

📋 copy color: '#B336CB'

red 179 ◦ green 54 ◦ blue 203

#B336CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #B336CB

Tints of Dark Orchid #B336CB

RGB

 RED value IS 179 (70.31% from 255) = 41.06%

 GREEN value IS 54 (21.48% from 255) = 12.39%

 BLUE value IS 203 (79.69% from 255) = 46.56%

R = 41.06%
G = 12.39%
B = 46.56%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B336CB (or 0xB336CB) is known color: Dark Orchid. HEX triplet: B3, 36 and CB. RGB value is (179,54,203). Sum of RGB (Red+Green+Blue) = 179+54+203=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 54 (21.48% from 255 or 12.39% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #B336CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B336CB is #4CC934. Grayscale: #6B6B6B. Windows color (decimal): -5032245 or 13317811. OLE color: 13317811.

HSL color Cylindrical-coordinate representation of color #B336CB: hue angle of 290.34º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B336CB is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 54 203 -
CMYK 0.12 0.73 0 0.20
HSL 290.34º 0.59% 0.5% -
HSV(B) 290.34º 0.73% 0.8% -
XYZ 30.69 16.53 58.07 -
YUV 108.36 181.41 178.38 -
System Red Green Blue C M Y K H S L
Decimal 179 54 203 0.12 0.73 0 0.20 290.34 0.59 0.5
Hex B3 36 CB C 49 0 14 122 3B 32
Octal 263 66 313 14 111 0 24 442 73 62
Binary 10110011 110110 11001011 1100 1001001 0 10100 100100010 111011 110010

Color Harmonies of #B336CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B336CB

Black with #B336CB

Text Example


Text Example

White with #B336CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B336CB; }

 p { color: rgb(179,54,203); }

 H1.HeaderClassName
 {
   color: #B336CB;
 }
 .AnyTagClassName
 {
   color: #B336CB;
 }
</style>

background-color css

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

 a { background-color: rgb(179,54,203); }

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

border-color css

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

 span { border-color: rgb(179,54,203); }

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