Html Css Color HEX #B520CD Dark Orchid

📋 copy color: '#B520CD'

red 181 ◦ green 32 ◦ blue 205

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

Shades of Dark Orchid #B520CD

Tints of Dark Orchid #B520CD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.66%

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

R = 43.3%
G = 7.66%
B = 49.04%

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

#B520CD (or 0xB520CD) is known color: Dark Orchid. HEX triplet: B5, 20 and CD. RGB value is (181,32,205). Sum of RGB (Red+Green+Blue) = 181+32+205=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 32 (12.89% from 255 or 7.66% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #B520CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B520CD is #4ADF32. Grayscale: #5F5F5F. Windows color (decimal): -4906803 or 13443253. OLE color: 13443253.

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

Color convert

RGB 181 32 205 -
CMYK 0.12 0.84 0 0.20
HSL 291.68º 0.73% 0.46% -
HSV(B) 291.68º 0.84% 0.8% -
XYZ 30.59 15.26 59.09 -
YUV 96.27 189.36 188.43 -
System Red Green Blue C M Y K H S L
Decimal 181 32 205 0.12 0.84 0 0.20 291.68 0.73 0.46
Hex B5 20 CD C 54 0 14 124 49 2E
Octal 265 40 315 14 124 0 24 444 111 56
Binary 10110101 100000 11001101 1100 1010100 0 10100 100100100 1001001 101110

Color Harmonies of #B520CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B520CD

Black with #B520CD

Text Example


Text Example

White with #B520CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B520CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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