Html Css Color HEX #B520E1 Dark Orchid

📋 copy color: '#B520E1'

red 181 ◦ green 32 ◦ blue 225

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

Shades of Dark Orchid #B520E1

Tints of Dark Orchid #B520E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 51.37%

R = 41.32%
G = 7.31%
B = 51.37%

CMYK

 C value IS 0.20

 M value IS 0.86

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B520E1 (or 0xB520E1) is known color: Dark Orchid. HEX triplet: B5, 20 and E1. RGB value is (181,32,225). Sum of RGB (Red+Green+Blue) = 181+32+225=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 32 (12.89% from 255 or 7.31% from 438); Blue value is 225 (88.28% from 255 or 51.37% from 438); Max value from RGB is 225 - color contains mainly: blue. Hex color #B520E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B520E1 is #4ADF1E. Grayscale: #616161. Windows color (decimal): -4906783 or 14753973. OLE color: 14753973.

HSL color Cylindrical-coordinate representation of color #B520E1: hue angle of 286.32º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B520E1 is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 181 32 225 -
CMYK 0.20 0.86 0 0.12
HSL 286.32º 0.76% 0.5% -
HSV(B) 286.32º 0.86% 0.88% -
XYZ 33.16 16.29 72.63 -
YUV 98.55 199.36 186.81 -
System Red Green Blue C M Y K H S L
Decimal 181 32 225 0.20 0.86 0 0.12 286.32 0.76 0.5
Hex B5 20 E1 14 56 0 C 11E 4C 32
Octal 265 40 341 24 126 0 14 436 114 62
Binary 10110101 100000 11100001 10100 1010110 0 1100 100011110 1001100 110010

Color Harmonies of #B520E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B520E1

Black with #B520E1

Text Example


Text Example

White with #B520E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B520E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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