Html Css Color HEX #B51ECC Dark Orchid

📋 copy color: '#B51ECC'

red 181 ◦ green 30 ◦ blue 204

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

Shades of Dark Orchid #B51ECC

Tints of Dark Orchid #B51ECC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.23%

 BLUE value IS 204 (80.08% from 255) = 49.16%

R = 43.61%
G = 7.23%
B = 49.16%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B51ECC (or 0xB51ECC) is known color: Dark Orchid. HEX triplet: B5, 1E and CC. RGB value is (181,30,204). Sum of RGB (Red+Green+Blue) = 181+30+204=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 30 (12.11% from 255 or 7.23% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #B51ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51ECC is #4AE133. Grayscale: #5E5E5E. Windows color (decimal): -4907316 or 13377205. OLE color: 13377205.

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

Color convert

RGB 181 30 204 -
CMYK 0.11 0.85 0 0.2
HSL 292.07º 0.74% 0.46% -
HSV(B) 292.07º 0.85% 0.8% -
XYZ 30.42 15.11 58.44 -
YUV 94.99 189.53 189.35 -
System Red Green Blue C M Y K H S L
Decimal 181 30 204 0.11 0.85 0 0.2 292.07 0.74 0.46
Hex B5 1E CC B 55 0 14 124 4A 2E
Octal 265 36 314 13 125 0 24 444 112 56
Binary 10110101 11110 11001100 1011 1010101 0 10100 100100100 1001010 101110

Color Harmonies of #B51ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51ECC

Black with #B51ECC

Text Example


Text Example

White with #B51ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51ECC; }

 p { color: rgb(181,30,204); }

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

background-color css

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

 a { background-color: rgb(181,30,204); }

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

border-color css

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

 span { border-color: rgb(181,30,204); }

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