Html Css Color HEX #B337CB Dark Orchid

📋 copy color: '#B337CB'

red 179 ◦ green 55 ◦ blue 203

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

Shades of Dark Orchid #B337CB

Tints of Dark Orchid #B337CB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.59%

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

R = 40.96%
G = 12.59%
B = 46.45%

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

#B337CB (or 0xB337CB) is known color: Dark Orchid. HEX triplet: B3, 37 and CB. RGB value is (179,55,203). Sum of RGB (Red+Green+Blue) = 179+55+203=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 55 (21.88% from 255 or 12.59% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #B337CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B337CB is #4CC834. Grayscale: #6C6C6C. Windows color (decimal): -5031989 or 13318067. OLE color: 13318067.

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

Color convert

RGB 179 55 203 -
CMYK 0.12 0.73 0 0.20
HSL 290.27º 0.59% 0.51% -
HSV(B) 290.27º 0.73% 0.8% -
XYZ 30.74 16.63 58.09 -
YUV 108.95 181.08 177.97 -
System Red Green Blue C M Y K H S L
Decimal 179 55 203 0.12 0.73 0 0.20 290.27 0.59 0.51
Hex B3 37 CB C 49 0 14 122 3B 33
Octal 263 67 313 14 111 0 24 442 73 63
Binary 10110011 110111 11001011 1100 1001001 0 10100 100100010 111011 110011

Color Harmonies of #B337CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B337CB

Black with #B337CB

Text Example


Text Example

White with #B337CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B337CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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