Html Css Color HEX #B521E0 Dark Orchid

📋 copy color: '#B521E0'

red 181 ◦ green 33 ◦ blue 224

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

Shades of Dark Orchid #B521E0

Tints of Dark Orchid #B521E0

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.53%

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

R = 41.32%
G = 7.53%
B = 51.14%

CMYK

 C value IS 0.19

 M value IS 0.85

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B521E0 (or 0xB521E0) is known color: Dark Orchid. HEX triplet: B5, 21 and E0. RGB value is (181,33,224). Sum of RGB (Red+Green+Blue) = 181+33+224=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 33 (13.28% from 255 or 7.53% from 438); Blue value is 224 (87.89% from 255 or 51.14% from 438); Max value from RGB is 224 - color contains mainly: blue. Hex color #B521E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B521E0 is #4ADE1F. Grayscale: #626262. Windows color (decimal): -4906528 or 14688693. OLE color: 14688693.

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

Color convert

RGB 181 33 224 -
CMYK 0.19 0.85 0 0.12
HSL 286.49º 0.75% 0.5% -
HSV(B) 286.49º 0.85% 0.88% -
XYZ 33.05 16.29 71.92 -
YUV 99.03 198.53 186.47 -
System Red Green Blue C M Y K H S L
Decimal 181 33 224 0.19 0.85 0 0.12 286.49 0.75 0.5
Hex B5 21 E0 13 55 0 C 11E 4B 32
Octal 265 41 340 23 125 0 14 436 113 62
Binary 10110101 100001 11100000 10011 1010101 0 1100 100011110 1001011 110010

Color Harmonies of #B521E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B521E0

Black with #B521E0

Text Example


Text Example

White with #B521E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B521E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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