Html Css Color HEX #B51DCD Dark Orchid

📋 copy color: '#B51DCD'

red 181 ◦ green 29 ◦ blue 205

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

Shades of Dark Orchid #B51DCD

Tints of Dark Orchid #B51DCD

RGB

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

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

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

R = 43.61%
G = 6.99%
B = 49.4%

CMYK

 C value IS 0.12

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B51DCD (or 0xB51DCD) is known color: Dark Orchid. HEX triplet: B5, 1D and CD. RGB value is (181,29,205). Sum of RGB (Red+Green+Blue) = 181+29+205=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 29 (11.72% from 255 or 6.99% 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 #B51DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51DCD is #4AE232. Grayscale: #5D5D5D. Windows color (decimal): -4907571 or 13442485. OLE color: 13442485.

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

Color convert

RGB 181 29 205 -
CMYK 0.12 0.86 0 0.20
HSL 291.82º 0.75% 0.46% -
HSV(B) 291.82º 0.86% 0.8% -
XYZ 30.51 15.11 59.07 -
YUV 94.51 190.36 189.69 -
System Red Green Blue C M Y K H S L
Decimal 181 29 205 0.12 0.86 0 0.20 291.82 0.75 0.46
Hex B5 1D CD C 56 0 14 124 4B 2E
Octal 265 35 315 14 126 0 24 444 113 56
Binary 10110101 11101 11001101 1100 1010110 0 10100 100100100 1001011 101110

Color Harmonies of #B51DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51DCD

Black with #B51DCD

Text Example


Text Example

White with #B51DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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