Html Css Color HEX #B52ED4 Dark Orchid

📋 copy color: '#B52ED4'

red 181 ◦ green 46 ◦ blue 212

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

Shades of Dark Orchid #B52ED4

Tints of Dark Orchid #B52ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 48.29%

R = 41.23%
G = 10.48%
B = 48.29%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B52ED4 (or 0xB52ED4) is known color: Dark Orchid. HEX triplet: B5, 2E and D4. RGB value is (181,46,212). Sum of RGB (Red+Green+Blue) = 181+46+212=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 46 (18.36% from 255 or 10.48% from 439); Blue value is 212 (83.20% from 255 or 48.29% from 439); Max value from RGB is 212 - color contains mainly: blue. Hex color #B52ED4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52ED4 is #4AD12B. Grayscale: #686868. Windows color (decimal): -4903212 or 13905589. OLE color: 13905589.

HSL color Cylindrical-coordinate representation of color #B52ED4: hue angle of 288.8º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B52ED4 is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 181 46 212 -
CMYK 0.15 0.78 0 0.17
HSL 288.8º 0.66% 0.51% -
HSV(B) 288.8º 0.78% 0.83% -
XYZ 31.92 16.53 63.8 -
YUV 105.29 188.23 182 -
System Red Green Blue C M Y K H S L
Decimal 181 46 212 0.15 0.78 0 0.17 288.8 0.66 0.51
Hex B5 2E D4 F 4E 0 11 121 42 33
Octal 265 56 324 17 116 0 21 441 102 63
Binary 10110101 101110 11010100 1111 1001110 0 10001 100100001 1000010 110011

Color Harmonies of #B52ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52ED4

Black with #B52ED4

Text Example


Text Example

White with #B52ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52ED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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