Html Css Color HEX #B520E5 Dark Orchid

📋 copy color: '#B520E5'

red 181 ◦ green 32 ◦ blue 229

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

Shades of Dark Orchid #B520E5

Tints of Dark Orchid #B520E5

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.24%

 BLUE value IS 229 (89.84% from 255) = 51.81%

R = 40.95%
G = 7.24%
B = 51.81%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B520E5 (or 0xB520E5) is known color: Dark Orchid. HEX triplet: B5, 20 and E5. RGB value is (181,32,229). Sum of RGB (Red+Green+Blue) = 181+32+229=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 32 (12.89% from 255 or 7.24% from 442); Blue value is 229 (89.84% from 255 or 51.81% from 442); Max value from RGB is 229 - color contains mainly: blue. Hex color #B520E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B520E5 is #4ADF1A. Grayscale: #626262. Windows color (decimal): -4906779 or 15016117. OLE color: 15016117.

HSL color Cylindrical-coordinate representation of color #B520E5: hue angle of 285.38º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B520E5 is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 181 32 229 -
CMYK 0.21 0.86 0 0.10
HSL 285.38º 0.79% 0.51% -
HSV(B) 285.38º 0.86% 0.9% -
XYZ 33.72 16.51 75.54 -
YUV 99.01 201.36 186.48 -
System Red Green Blue C M Y K H S L
Decimal 181 32 229 0.21 0.86 0 0.10 285.38 0.79 0.51
Hex B5 20 E5 15 56 0 A 11D 4F 33
Octal 265 40 345 25 126 0 12 435 117 63
Binary 10110101 100000 11100101 10101 1010110 0 1010 100011101 1001111 110011

Color Harmonies of #B520E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B520E5

Black with #B520E5

Text Example


Text Example

White with #B520E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B520E5; }

 p { color: rgb(181,32,229); }

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

background-color css

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

 a { background-color: rgb(181,32,229); }

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

border-color css

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

 span { border-color: rgb(181,32,229); }

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