Html Css Color HEX #B31BCB Dark Orchid

📋 copy color: '#B31BCB'

red 179 ◦ green 27 ◦ blue 203

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

Shades of Dark Orchid #B31BCB

Tints of Dark Orchid #B31BCB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.6%

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

R = 43.77%
G = 6.6%
B = 49.63%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B31BCB (or 0xB31BCB) is known color: Dark Orchid. HEX triplet: B3, 1B and CB. RGB value is (179,27,203). Sum of RGB (Red+Green+Blue) = 179+27+203=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 27 (10.94% from 255 or 6.60% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #B31BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31BCB is #4CE434. Grayscale: #5B5B5B. Windows color (decimal): -5039157 or 13310899. OLE color: 13310899.

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

Color convert

RGB 179 27 203 -
CMYK 0.12 0.87 0 0.20
HSL 291.82º 0.77% 0.45% -
HSV(B) 291.82º 0.87% 0.8% -
XYZ 29.76 14.68 57.76 -
YUV 92.51 190.36 189.69 -
System Red Green Blue C M Y K H S L
Decimal 179 27 203 0.12 0.87 0 0.20 291.82 0.77 0.45
Hex B3 1B CB C 57 0 14 124 4D 2D
Octal 263 33 313 14 127 0 24 444 115 55
Binary 10110011 11011 11001011 1100 1010111 0 10100 100100100 1001101 101101

Color Harmonies of #B31BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31BCB

Black with #B31BCB

Text Example


Text Example

White with #B31BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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