Html Css Color HEX #B52ECD Dark Orchid

📋 copy color: '#B52ECD'

red 181 ◦ green 46 ◦ blue 205

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

Shades of Dark Orchid #B52ECD

Tints of Dark Orchid #B52ECD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.65%

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

R = 41.9%
G = 10.65%
B = 47.45%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B52ECD (or 0xB52ECD) is known color: Dark Orchid. HEX triplet: B5, 2E and CD. RGB value is (181,46,205). Sum of RGB (Red+Green+Blue) = 181+46+205=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 46 (18.36% from 255 or 10.65% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #B52ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52ECD is #4AD132. Grayscale: #676767. Windows color (decimal): -4903219 or 13446837. OLE color: 13446837.

HSL color Cylindrical-coordinate representation of color #B52ECD: hue angle of 290.94º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B52ECD is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 46 205 -
CMYK 0.12 0.78 0 0.20
HSL 290.94º 0.63% 0.49% -
HSV(B) 290.94º 0.78% 0.8% -
XYZ 31.05 16.19 59.25 -
YUV 104.49 184.73 182.57 -
System Red Green Blue C M Y K H S L
Decimal 181 46 205 0.12 0.78 0 0.20 290.94 0.63 0.49
Hex B5 2E CD C 4E 0 14 123 3F 31
Octal 265 56 315 14 116 0 24 443 77 61
Binary 10110101 101110 11001101 1100 1001110 0 10100 100100011 111111 110001

Color Harmonies of #B52ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52ECD

Black with #B52ECD

Text Example


Text Example

White with #B52ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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