Html Css Color HEX #B51FCD Dark Orchid

📋 copy color: '#B51FCD'

red 181 ◦ green 31 ◦ blue 205

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

Shades of Dark Orchid #B51FCD

Tints of Dark Orchid #B51FCD

RGB

 RED value IS 181 (71.09% from 255) = 43.41%

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

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

R = 43.41%
G = 7.43%
B = 49.16%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B51FCD (or 0xB51FCD) is known color: Dark Orchid. HEX triplet: B5, 1F and CD. RGB value is (181,31,205). Sum of RGB (Red+Green+Blue) = 181+31+205=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 31 (12.5% from 255 or 7.43% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #B51FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51FCD is #4AE032. Grayscale: #5F5F5F. Windows color (decimal): -4907059 or 13442997. OLE color: 13442997.

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

Color convert

RGB 181 31 205 -
CMYK 0.12 0.85 0 0.20
HSL 291.72º 0.74% 0.46% -
HSV(B) 291.72º 0.85% 0.8% -
XYZ 30.57 15.21 59.08 -
YUV 95.69 189.7 188.85 -
System Red Green Blue C M Y K H S L
Decimal 181 31 205 0.12 0.85 0 0.20 291.72 0.74 0.46
Hex B5 1F CD C 55 0 14 124 4A 2E
Octal 265 37 315 14 125 0 24 444 112 56
Binary 10110101 11111 11001101 1100 1010101 0 10100 100100100 1001010 101110

Color Harmonies of #B51FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51FCD

Black with #B51FCD

Text Example


Text Example

White with #B51FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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