Html Css Color HEX #B521CE Dark Orchid

📋 copy color: '#B521CE'

red 181 ◦ green 33 ◦ blue 206

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

Shades of Dark Orchid #B521CE

Tints of Dark Orchid #B521CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.05%

R = 43.1%
G = 7.86%
B = 49.05%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B521CE (or 0xB521CE) is known color: Dark Orchid. HEX triplet: B5, 21 and CE. RGB value is (181,33,206). Sum of RGB (Red+Green+Blue) = 181+33+206=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 33 (13.28% from 255 or 7.86% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #B521CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B521CE is #4ADE31. Grayscale: #606060. Windows color (decimal): -4906546 or 13509045. OLE color: 13509045.

HSL color Cylindrical-coordinate representation of color #B521CE: hue angle of 291.33º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B521CE is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 33 206 -
CMYK 0.12 0.84 0 0.19
HSL 291.33º 0.72% 0.47% -
HSV(B) 291.33º 0.84% 0.81% -
XYZ 30.74 15.37 59.74 -
YUV 96.97 189.53 187.93 -
System Red Green Blue C M Y K H S L
Decimal 181 33 206 0.12 0.84 0 0.19 291.33 0.72 0.47
Hex B5 21 CE C 54 0 13 123 48 2F
Octal 265 41 316 14 124 0 23 443 110 57
Binary 10110101 100001 11001110 1100 1010100 0 10011 100100011 1001000 101111

Color Harmonies of #B521CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B521CE

Black with #B521CE

Text Example


Text Example

White with #B521CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B521CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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