Html Css Color HEX #B31CC9 Dark Orchid

📋 copy color: '#B31CC9'

red 179 ◦ green 28 ◦ blue 201

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

Shades of Dark Orchid #B31CC9

Tints of Dark Orchid #B31CC9

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.86%

 BLUE value IS 201 (78.91% from 255) = 49.26%

R = 43.87%
G = 6.86%
B = 49.26%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B31CC9 (or 0xB31CC9) is known color: Dark Orchid. HEX triplet: B3, 1C and C9. RGB value is (179,28,201). Sum of RGB (Red+Green+Blue) = 179+28+201=408 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.87% from 408); Green value is 28 (11.33% from 255 or 6.86% from 408); Blue value is 201 (78.91% from 255 or 49.26% from 408); Max value from RGB is 201 - color contains mainly: blue. Hex color #B31CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31CC9 is #4CE336. Grayscale: #5C5C5C. Windows color (decimal): -5038903 or 13180083. OLE color: 13180083.

HSL color Cylindrical-coordinate representation of color #B31CC9: hue angle of 292.37º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B31CC9 is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 179 28 201 -
CMYK 0.11 0.86 0 0.21
HSL 292.37º 0.76% 0.45% -
HSV(B) 292.37º 0.86% 0.79% -
XYZ 29.55 14.63 56.53 -
YUV 92.87 189.03 189.43 -
System Red Green Blue C M Y K H S L
Decimal 179 28 201 0.11 0.86 0 0.21 292.37 0.76 0.45
Hex B3 1C C9 B 56 0 15 124 4C 2D
Octal 263 34 311 13 126 0 25 444 114 55
Binary 10110011 11100 11001001 1011 1010110 0 10101 100100100 1001100 101101

Color Harmonies of #B31CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31CC9

Black with #B31CC9

Text Example


Text Example

White with #B31CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31CC9; }

 p { color: rgb(179,28,201); }

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

background-color css

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

 a { background-color: rgb(179,28,201); }

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

border-color css

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

 span { border-color: rgb(179,28,201); }

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