Html Css Color HEX #B331CE Dark Orchid

📋 copy color: '#B331CE'

red 179 ◦ green 49 ◦ blue 206

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

Shades of Dark Orchid #B331CE

Tints of Dark Orchid #B331CE

RGB

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

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

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

R = 41.24%
G = 11.29%
B = 47.47%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B331CE (or 0xB331CE) is known color: Dark Orchid. HEX triplet: B3, 31 and CE. RGB value is (179,49,206). Sum of RGB (Red+Green+Blue) = 179+49+206=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 49 (19.53% from 255 or 11.29% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #B331CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B331CE is #4CCE31. Grayscale: #696969. Windows color (decimal): -5033522 or 13513139. OLE color: 13513139.

HSL color Cylindrical-coordinate representation of color #B331CE: hue angle of 289.68º 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 #B331CE is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 49 206 -
CMYK 0.13 0.76 0 0.19
HSL 289.68º 0.62% 0.5% -
HSV(B) 289.68º 0.76% 0.81% -
XYZ 30.83 16.24 59.9 -
YUV 105.77 184.57 180.23 -
System Red Green Blue C M Y K H S L
Decimal 179 49 206 0.13 0.76 0 0.19 289.68 0.62 0.5
Hex B3 31 CE D 4C 0 13 122 3E 32
Octal 263 61 316 15 114 0 23 442 76 62
Binary 10110011 110001 11001110 1101 1001100 0 10011 100100010 111110 110010

Color Harmonies of #B331CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B331CE

Black with #B331CE

Text Example


Text Example

White with #B331CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B331CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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