Html Css Color HEX #B31DCC Dark Orchid

📋 copy color: '#B31DCC'

red 179 ◦ green 29 ◦ blue 204

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

Shades of Dark Orchid #B31DCC

Tints of Dark Orchid #B31DCC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.04%

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

R = 43.45%
G = 7.04%
B = 49.51%

CMYK

 C value IS 0.12

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B31DCC (or 0xB31DCC) is known color: Dark Orchid. HEX triplet: B3, 1D and CC. RGB value is (179,29,204). Sum of RGB (Red+Green+Blue) = 179+29+204=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 29 (11.72% from 255 or 7.04% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #B31DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31DCC is #4CE233. Grayscale: #5D5D5D. Windows color (decimal): -5038644 or 13376947. OLE color: 13376947.

HSL color Cylindrical-coordinate representation of color #B31DCC: hue angle of 291.43º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B31DCC is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 179 29 204 -
CMYK 0.12 0.86 0 0.2
HSL 291.43º 0.75% 0.46% -
HSV(B) 291.43º 0.86% 0.8% -
XYZ 29.93 14.82 58.41 -
YUV 93.8 190.2 188.77 -
System Red Green Blue C M Y K H S L
Decimal 179 29 204 0.12 0.86 0 0.2 291.43 0.75 0.46
Hex B3 1D CC C 56 0 14 123 4B 2E
Octal 263 35 314 14 126 0 24 443 113 56
Binary 10110011 11101 11001100 1100 1010110 0 10100 100100011 1001011 101110

Color Harmonies of #B31DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31DCC

Black with #B31DCC

Text Example


Text Example

White with #B31DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31DCC; }

 p { color: rgb(179,29,204); }

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

background-color css

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

 a { background-color: rgb(179,29,204); }

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

border-color css

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

 span { border-color: rgb(179,29,204); }

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