Html Css Color HEX #B521DF Dark Orchid

📋 copy color: '#B521DF'

red 181 ◦ green 33 ◦ blue 223

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

Shades of Dark Orchid #B521DF

Tints of Dark Orchid #B521DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.03%

R = 41.42%
G = 7.55%
B = 51.03%

CMYK

 C value IS 0.19

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B521DF (or 0xB521DF) is known color: Dark Orchid. HEX triplet: B5, 21 and DF. RGB value is (181,33,223). Sum of RGB (Red+Green+Blue) = 181+33+223=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 33 (13.28% from 255 or 7.55% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #B521DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B521DF is #4ADE20. Grayscale: #626262. Windows color (decimal): -4906529 or 14623157. OLE color: 14623157.

HSL color Cylindrical-coordinate representation of color #B521DF: hue angle of 286.74º degrees, saturation: 0.75, 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 #B521DF is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 33 223 -
CMYK 0.19 0.85 0 0.13
HSL 286.74º 0.75% 0.5% -
HSV(B) 286.74º 0.85% 0.87% -
XYZ 32.92 16.24 71.21 -
YUV 98.91 198.03 186.55 -
System Red Green Blue C M Y K H S L
Decimal 181 33 223 0.19 0.85 0 0.13 286.74 0.75 0.5
Hex B5 21 DF 13 55 0 D 11F 4B 32
Octal 265 41 337 23 125 0 15 437 113 62
Binary 10110101 100001 11011111 10011 1010101 0 1101 100011111 1001011 110010

Color Harmonies of #B521DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B521DF

Black with #B521DF

Text Example


Text Example

White with #B521DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B521DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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