Html Css Color HEX #B931CE Dark Orchid

📋 copy color: '#B931CE'

red 185 ◦ green 49 ◦ blue 206

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

Shades of Dark Orchid #B931CE

Tints of Dark Orchid #B931CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.82%

R = 42.05%
G = 11.14%
B = 46.82%

CMYK

 C value IS 0.10

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B931CE (or 0xB931CE) is known color: Dark Orchid. HEX triplet: B9, 31 and CE. RGB value is (185,49,206). Sum of RGB (Red+Green+Blue) = 185+49+206=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 49 (19.53% from 255 or 11.14% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #B931CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B931CE is #46CE31. Grayscale: #6B6B6B. Windows color (decimal): -4640306 or 13513145. OLE color: 13513145.

HSL color Cylindrical-coordinate representation of color #B931CE: hue angle of 291.97º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B931CE is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 49 206 -
CMYK 0.10 0.76 0 0.19
HSL 291.97º 0.62% 0.5% -
HSV(B) 291.97º 0.76% 0.81% -
XYZ 32.25 16.97 59.97 -
YUV 107.56 183.56 183.23 -
System Red Green Blue C M Y K H S L
Decimal 185 49 206 0.10 0.76 0 0.19 291.97 0.62 0.5
Hex B9 31 CE A 4C 0 13 124 3E 32
Octal 271 61 316 12 114 0 23 444 76 62
Binary 10111001 110001 11001110 1010 1001100 0 10011 100100100 111110 110010

Color Harmonies of #B931CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B931CE

Black with #B931CE

Text Example


Text Example

White with #B931CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B931CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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