Html Css Color HEX #B521CC Dark Orchid

📋 copy color: '#B521CC'

red 181 ◦ green 33 ◦ blue 204

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

Shades of Dark Orchid #B521CC

Tints of Dark Orchid #B521CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.8%

R = 43.3%
G = 7.89%
B = 48.8%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B521CC (or 0xB521CC) is known color: Dark Orchid. HEX triplet: B5, 21 and CC. RGB value is (181,33,204). Sum of RGB (Red+Green+Blue) = 181+33+204=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 33 (13.28% from 255 or 7.89% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #B521CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B521CC is #4ADE33. Grayscale: #606060. Windows color (decimal): -4906548 or 13377973. OLE color: 13377973.

HSL color Cylindrical-coordinate representation of color #B521CC: hue angle of 291.93º degrees, saturation: 0.72, 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 #B521CC is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 181 33 204 -
CMYK 0.11 0.84 0 0.2
HSL 291.93º 0.72% 0.46% -
HSV(B) 291.93º 0.84% 0.8% -
XYZ 30.5 15.27 58.47 -
YUV 96.75 188.53 188.1 -
System Red Green Blue C M Y K H S L
Decimal 181 33 204 0.11 0.84 0 0.2 291.93 0.72 0.46
Hex B5 21 CC B 54 0 14 124 48 2E
Octal 265 41 314 13 124 0 24 444 110 56
Binary 10110101 100001 11001100 1011 1010100 0 10100 100100100 1001000 101110

Color Harmonies of #B521CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B521CC

Black with #B521CC

Text Example


Text Example

White with #B521CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B521CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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