Html Css Color HEX #B520CA Dark Orchid

📋 copy color: '#B520CA'

red 181 ◦ green 32 ◦ blue 202

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

Shades of Dark Orchid #B520CA

Tints of Dark Orchid #B520CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.67%

R = 43.61%
G = 7.71%
B = 48.67%

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

#B520CA (or 0xB520CA) is known color: Dark Orchid. HEX triplet: B5, 20 and CA. RGB value is (181,32,202). Sum of RGB (Red+Green+Blue) = 181+32+202=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 32 (12.89% from 255 or 7.71% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #B520CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B520CA is #4ADF35. Grayscale: #5F5F5F. Windows color (decimal): -4906806 or 13246645. OLE color: 13246645.

HSL color Cylindrical-coordinate representation of color #B520CA: hue angle of 292.59º degrees, saturation: 0.73, 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 #B520CA is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 32 202 -
CMYK 0.10 0.84 0 0.21
HSL 292.59º 0.73% 0.46% -
HSV(B) 292.59º 0.84% 0.79% -
XYZ 30.23 15.12 57.2 -
YUV 95.93 187.86 188.68 -
System Red Green Blue C M Y K H S L
Decimal 181 32 202 0.10 0.84 0 0.21 292.59 0.73 0.46
Hex B5 20 CA A 54 0 15 125 49 2E
Octal 265 40 312 12 124 0 25 445 111 56
Binary 10110101 100000 11001010 1010 1010100 0 10101 100100101 1001001 101110

Color Harmonies of #B520CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B520CA

Black with #B520CA

Text Example


Text Example

White with #B520CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B520CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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