Html Css Color HEX #B31CCD Dark Orchid

📋 copy color: '#B31CCD'

red 179 ◦ green 28 ◦ blue 205

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

Shades of Dark Orchid #B31CCD

Tints of Dark Orchid #B31CCD

RGB

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

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

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

R = 43.45%
G = 6.8%
B = 49.76%

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

#B31CCD (or 0xB31CCD) is known color: Dark Orchid. HEX triplet: B3, 1C and CD. RGB value is (179,28,205). Sum of RGB (Red+Green+Blue) = 179+28+205=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 28 (11.33% from 255 or 6.80% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #B31CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31CCD is #4CE332. Grayscale: #5C5C5C. Windows color (decimal): -5038899 or 13442227. OLE color: 13442227.

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

Color convert

RGB 179 28 205 -
CMYK 0.13 0.86 0 0.20
HSL 291.19º 0.76% 0.46% -
HSV(B) 291.19º 0.86% 0.8% -
XYZ 30.03 14.82 59.04 -
YUV 93.33 191.03 189.11 -
System Red Green Blue C M Y K H S L
Decimal 179 28 205 0.13 0.86 0 0.20 291.19 0.76 0.46
Hex B3 1C CD D 56 0 14 123 4C 2E
Octal 263 34 315 15 126 0 24 443 114 56
Binary 10110011 11100 11001101 1101 1010110 0 10100 100100011 1001100 101110

Color Harmonies of #B31CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31CCD

Black with #B31CCD

Text Example


Text Example

White with #B31CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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