Html Css Color HEX #B52CE0 Dark Orchid

📋 copy color: '#B52CE0'

red 181 ◦ green 44 ◦ blue 224

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

Shades of Dark Orchid #B52CE0

Tints of Dark Orchid #B52CE0

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.8%

 BLUE value IS 224 (87.89% from 255) = 49.89%

R = 40.31%
G = 9.8%
B = 49.89%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B52CE0 (or 0xB52CE0) is known color: Dark Orchid. HEX triplet: B5, 2C and E0. RGB value is (181,44,224). Sum of RGB (Red+Green+Blue) = 181+44+224=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 44 (17.58% from 255 or 9.80% from 449); Blue value is 224 (87.89% from 255 or 49.89% from 449); Max value from RGB is 224 - color contains mainly: blue. Hex color #B52CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52CE0 is #4AD31F. Grayscale: #686868. Windows color (decimal): -4903712 or 14691509. OLE color: 14691509.

HSL color Cylindrical-coordinate representation of color #B52CE0: hue angle of 285.67º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B52CE0 is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 181 44 224 -
CMYK 0.19 0.80 0 0.12
HSL 285.67º 0.74% 0.53% -
HSV(B) 285.67º 0.8% 0.88% -
XYZ 33.41 17.01 72.04 -
YUV 105.48 194.89 181.86 -
System Red Green Blue C M Y K H S L
Decimal 181 44 224 0.19 0.80 0 0.12 285.67 0.74 0.53
Hex B5 2C E0 13 50 0 C 11E 4A 35
Octal 265 54 340 23 120 0 14 436 112 65
Binary 10110101 101100 11100000 10011 1010000 0 1100 100011110 1001010 110101

Color Harmonies of #B52CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52CE0

Black with #B52CE0

Text Example


Text Example

White with #B52CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52CE0; }

 p { color: rgb(181,44,224); }

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

background-color css

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

 a { background-color: rgb(181,44,224); }

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

border-color css

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

 span { border-color: rgb(181,44,224); }

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