Html Css Color HEX #B31DCD Dark Orchid

📋 copy color: '#B31DCD'

red 179 ◦ green 29 ◦ blue 205

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

Shades of Dark Orchid #B31DCD

Tints of Dark Orchid #B31DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.64%

R = 43.34%
G = 7.02%
B = 49.64%

CMYK

 C value IS 0.13

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B31DCD (or 0xB31DCD) is known color: Dark Orchid. HEX triplet: B3, 1D and CD. RGB value is (179,29,205). Sum of RGB (Red+Green+Blue) = 179+29+205=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 29 (11.72% from 255 or 7.02% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #B31DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31DCD is #4CE232. Grayscale: #5D5D5D. Windows color (decimal): -5038643 or 13442483. OLE color: 13442483.

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

Color convert

RGB 179 29 205 -
CMYK 0.13 0.86 0 0.20
HSL 291.14º 0.75% 0.46% -
HSV(B) 291.14º 0.86% 0.8% -
XYZ 30.05 14.87 59.04 -
YUV 93.91 190.7 188.69 -
System Red Green Blue C M Y K H S L
Decimal 179 29 205 0.13 0.86 0 0.20 291.14 0.75 0.46
Hex B3 1D CD D 56 0 14 123 4B 2E
Octal 263 35 315 15 126 0 24 443 113 56
Binary 10110011 11101 11001101 1101 1010110 0 10100 100100011 1001011 101110

Color Harmonies of #B31DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31DCD

Black with #B31DCD

Text Example


Text Example

White with #B31DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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