Html Css Color HEX #B520C1 Dark Orchid

📋 copy color: '#B520C1'

red 181 ◦ green 32 ◦ blue 193

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

Shades of Dark Orchid #B520C1

Tints of Dark Orchid #B520C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 47.54%

R = 44.58%
G = 7.88%
B = 47.54%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B520C1 (or 0xB520C1) is known color: Dark Orchid. HEX triplet: B5, 20 and C1. RGB value is (181,32,193). Sum of RGB (Red+Green+Blue) = 181+32+193=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 32 (12.89% from 255 or 7.88% from 406); Blue value is 193 (75.78% from 255 or 47.54% from 406); Max value from RGB is 193 - color contains mainly: blue. Hex color #B520C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B520C1 is #4ADF3E. Grayscale: #5E5E5E. Windows color (decimal): -4906815 or 12656821. OLE color: 12656821.

HSL color Cylindrical-coordinate representation of color #B520C1: hue angle of 295.53º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B520C1 is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 181 32 193 -
CMYK 0.06 0.83 0 0.24
HSL 295.53º 0.72% 0.44% -
HSV(B) 295.53º 0.83% 0.76% -
XYZ 29.2 14.71 51.75 -
YUV 94.91 183.36 189.41 -
System Red Green Blue C M Y K H S L
Decimal 181 32 193 0.06 0.83 0 0.24 295.53 0.72 0.44
Hex B5 20 C1 6 53 0 18 128 48 2C
Octal 265 40 301 6 123 0 30 450 110 54
Binary 10110101 100000 11000001 110 1010011 0 11000 100101000 1001000 101100

Color Harmonies of #B520C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B520C1

Black with #B520C1

Text Example


Text Example

White with #B520C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B520C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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