Html Css Color HEX #B931CB Dark Orchid

📋 copy color: '#B931CB'

red 185 ◦ green 49 ◦ blue 203

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

Shades of Dark Orchid #B931CB

Tints of Dark Orchid #B931CB

RGB

 RED value IS 185 (72.66% from 255) = 42.33%

 GREEN value IS 49 (19.53% from 255) = 11.21%

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

R = 42.33%
G = 11.21%
B = 46.45%

CMYK

 C value IS 0.09

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B931CB (or 0xB931CB) is known color: Dark Orchid. HEX triplet: B9, 31 and CB. RGB value is (185,49,203). Sum of RGB (Red+Green+Blue) = 185+49+203=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 49 (19.53% from 255 or 11.21% 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 #B931CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B931CB is #46CE34. Grayscale: #6A6A6A. Windows color (decimal): -4640309 or 13316537. OLE color: 13316537.

HSL color Cylindrical-coordinate representation of color #B931CB: hue angle of 292.99º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B931CB is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 49 203 -
CMYK 0.09 0.76 0 0.20
HSL 292.99º 0.61% 0.49% -
HSV(B) 292.99º 0.76% 0.8% -
XYZ 31.89 16.82 58.07 -
YUV 107.22 182.06 183.48 -
System Red Green Blue C M Y K H S L
Decimal 185 49 203 0.09 0.76 0 0.20 292.99 0.61 0.49
Hex B9 31 CB 9 4C 0 14 125 3D 31
Octal 271 61 313 11 114 0 24 445 75 61
Binary 10111001 110001 11001011 1001 1001100 0 10100 100100101 111101 110001

Color Harmonies of #B931CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B931CB

Black with #B931CB

Text Example


Text Example

White with #B931CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B931CB; }

 p { color: rgb(185,49,203); }

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

background-color css

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

 a { background-color: rgb(185,49,203); }

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

border-color css

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

 span { border-color: rgb(185,49,203); }

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