Html Css Color HEX #B231CE Dark Orchid

📋 copy color: '#B231CE'

red 178 ◦ green 49 ◦ blue 206

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

Shades of Dark Orchid #B231CE

Tints of Dark Orchid #B231CE

RGB

 RED value IS 178 (69.92% from 255) = 41.11%

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

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

R = 41.11%
G = 11.32%
B = 47.58%

CMYK

 C value IS 0.14

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B231CE (or 0xB231CE) is known color: Dark Orchid. HEX triplet: B2, 31 and CE. RGB value is (178,49,206). Sum of RGB (Red+Green+Blue) = 178+49+206=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 49 (19.53% from 255 or 11.32% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #B231CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B231CE is #4DCE31. Grayscale: #686868. Windows color (decimal): -5099058 or 13513138. OLE color: 13513138.

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

Color convert

RGB 178 49 206 -
CMYK 0.14 0.76 0 0.19
HSL 289.3º 0.62% 0.5% -
HSV(B) 289.3º 0.76% 0.81% -
XYZ 30.6 16.12 59.89 -
YUV 105.47 184.74 179.73 -
System Red Green Blue C M Y K H S L
Decimal 178 49 206 0.14 0.76 0 0.19 289.3 0.62 0.5
Hex B2 31 CE E 4C 0 13 121 3E 32
Octal 262 61 316 16 114 0 23 441 76 62
Binary 10110010 110001 11001110 1110 1001100 0 10011 100100001 111110 110010

Color Harmonies of #B231CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B231CE

Black with #B231CE

Text Example


Text Example

White with #B231CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B231CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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