Html Css Color HEX #B521DE Dark Orchid

📋 copy color: '#B521DE'

red 181 ◦ green 33 ◦ blue 222

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

Shades of Dark Orchid #B521DE

Tints of Dark Orchid #B521DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.92%

R = 41.51%
G = 7.57%
B = 50.92%

CMYK

 C value IS 0.18

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B521DE (or 0xB521DE) is known color: Dark Orchid. HEX triplet: B5, 21 and DE. RGB value is (181,33,222). Sum of RGB (Red+Green+Blue) = 181+33+222=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 33 (13.28% from 255 or 7.57% from 436); Blue value is 222 (87.11% from 255 or 50.92% from 436); Max value from RGB is 222 - color contains mainly: blue. Hex color #B521DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B521DE is #4ADE21. Grayscale: #626262. Windows color (decimal): -4906530 or 14557621. OLE color: 14557621.

HSL color Cylindrical-coordinate representation of color #B521DE: hue angle of 286.98º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B521DE is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 33 222 -
CMYK 0.18 0.85 0 0.13
HSL 286.98º 0.74% 0.5% -
HSV(B) 286.98º 0.85% 0.87% -
XYZ 32.78 16.19 70.5 -
YUV 98.8 197.53 186.63 -
System Red Green Blue C M Y K H S L
Decimal 181 33 222 0.18 0.85 0 0.13 286.98 0.74 0.5
Hex B5 21 DE 12 55 0 D 11F 4A 32
Octal 265 41 336 22 125 0 15 437 112 62
Binary 10110101 100001 11011110 10010 1010101 0 1101 100011111 1001010 110010

Color Harmonies of #B521DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B521DE

Black with #B521DE

Text Example


Text Example

White with #B521DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B521DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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