Html Css Color HEX #B521C9 Dark Orchid

📋 copy color: '#B521C9'

red 181 ◦ green 33 ◦ blue 201

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

Shades of Dark Orchid #B521C9

Tints of Dark Orchid #B521C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 48.43%

R = 43.61%
G = 7.95%
B = 48.43%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B521C9 (or 0xB521C9) is known color: Dark Orchid. HEX triplet: B5, 21 and C9. RGB value is (181,33,201). Sum of RGB (Red+Green+Blue) = 181+33+201=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 33 (13.28% from 255 or 7.95% from 415); Blue value is 201 (78.91% from 255 or 48.43% from 415); Max value from RGB is 201 - color contains mainly: blue. Hex color #B521C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B521C9 is #4ADE36. Grayscale: #5F5F5F. Windows color (decimal): -4906551 or 13181365. OLE color: 13181365.

HSL color Cylindrical-coordinate representation of color #B521C9: hue angle of 292.86º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B521C9 is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 33 201 -
CMYK 0.10 0.84 0 0.21
HSL 292.86º 0.72% 0.46% -
HSV(B) 292.86º 0.84% 0.79% -
XYZ 30.14 15.13 56.59 -
YUV 96.4 187.03 188.34 -
System Red Green Blue C M Y K H S L
Decimal 181 33 201 0.10 0.84 0 0.21 292.86 0.72 0.46
Hex B5 21 C9 A 54 0 15 125 48 2E
Octal 265 41 311 12 124 0 25 445 110 56
Binary 10110101 100001 11001001 1010 1010100 0 10101 100100101 1001000 101110

Color Harmonies of #B521C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B521C9

Black with #B521C9

Text Example


Text Example

White with #B521C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B521C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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