Html Css Color HEX #B931CC Dark Orchid

📋 copy color: '#B931CC'

red 185 ◦ green 49 ◦ blue 204

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

Shades of Dark Orchid #B931CC

Tints of Dark Orchid #B931CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.58%

R = 42.24%
G = 11.19%
B = 46.58%

CMYK

 C value IS 0.09

 M value IS 0.76

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B931CC (or 0xB931CC) is known color: Dark Orchid. HEX triplet: B9, 31 and CC. RGB value is (185,49,204). Sum of RGB (Red+Green+Blue) = 185+49+204=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 49 (19.53% from 255 or 11.19% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #B931CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B931CC is #46CE33. Grayscale: #6A6A6A. Windows color (decimal): -4640308 or 13382073. OLE color: 13382073.

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

Color convert

RGB 185 49 204 -
CMYK 0.09 0.76 0 0.2
HSL 292.65º 0.61% 0.5% -
HSV(B) 292.65º 0.76% 0.8% -
XYZ 32 16.87 58.7 -
YUV 107.33 182.56 183.4 -
System Red Green Blue C M Y K H S L
Decimal 185 49 204 0.09 0.76 0 0.2 292.65 0.61 0.5
Hex B9 31 CC 9 4C 0 14 125 3D 32
Octal 271 61 314 11 114 0 24 445 75 62
Binary 10111001 110001 11001100 1001 1001100 0 10100 100100101 111101 110010

Color Harmonies of #B931CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B931CC

Black with #B931CC

Text Example


Text Example

White with #B931CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B931CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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