Html Css Color HEX #B521CD Dark Orchid

📋 copy color: '#B521CD'

red 181 ◦ green 33 ◦ blue 205

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

Shades of Dark Orchid #B521CD

Tints of Dark Orchid #B521CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.93%

R = 43.2%
G = 7.88%
B = 48.93%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B521CD (or 0xB521CD) is known color: Dark Orchid. HEX triplet: B5, 21 and CD. RGB value is (181,33,205). Sum of RGB (Red+Green+Blue) = 181+33+205=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 33 (13.28% from 255 or 7.88% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #B521CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B521CD is #4ADE32. Grayscale: #606060. Windows color (decimal): -4906547 or 13443509. OLE color: 13443509.

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

Color convert

RGB 181 33 205 -
CMYK 0.12 0.84 0 0.20
HSL 291.63º 0.72% 0.47% -
HSV(B) 291.63º 0.84% 0.8% -
XYZ 30.62 15.32 59.1 -
YUV 96.86 189.03 188.01 -
System Red Green Blue C M Y K H S L
Decimal 181 33 205 0.12 0.84 0 0.20 291.63 0.72 0.47
Hex B5 21 CD C 54 0 14 124 48 2F
Octal 265 41 315 14 124 0 24 444 110 57
Binary 10110101 100001 11001101 1100 1010100 0 10100 100100100 1001000 101111

Color Harmonies of #B521CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B521CD

Black with #B521CD

Text Example


Text Example

White with #B521CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B521CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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