Html Css Color HEX #B31FCD Dark Orchid

📋 copy color: '#B31FCD'

red 179 ◦ green 31 ◦ blue 205

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

Shades of Dark Orchid #B31FCD

Tints of Dark Orchid #B31FCD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.47%

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

R = 43.13%
G = 7.47%
B = 49.4%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B31FCD (or 0xB31FCD) is known color: Dark Orchid. HEX triplet: B3, 1F and CD. RGB value is (179,31,205). Sum of RGB (Red+Green+Blue) = 179+31+205=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 31 (12.5% from 255 or 7.47% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #B31FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31FCD is #4CE032. Grayscale: #5E5E5E. Windows color (decimal): -5038131 or 13442995. OLE color: 13442995.

HSL color Cylindrical-coordinate representation of color #B31FCD: hue angle of 291.03º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B31FCD is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 31 205 -
CMYK 0.13 0.85 0 0.20
HSL 291.03º 0.74% 0.46% -
HSV(B) 291.03º 0.85% 0.8% -
XYZ 30.1 14.97 59.06 -
YUV 95.09 190.03 187.85 -
System Red Green Blue C M Y K H S L
Decimal 179 31 205 0.13 0.85 0 0.20 291.03 0.74 0.46
Hex B3 1F CD D 55 0 14 123 4A 2E
Octal 263 37 315 15 125 0 24 443 112 56
Binary 10110011 11111 11001101 1101 1010101 0 10100 100100011 1001010 101110

Color Harmonies of #B31FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31FCD

Black with #B31FCD

Text Example


Text Example

White with #B31FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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