Html Css Color HEX #B521CA Dark Orchid

📋 copy color: '#B521CA'

red 181 ◦ green 33 ◦ blue 202

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

Shades of Dark Orchid #B521CA

Tints of Dark Orchid #B521CA

RGB

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

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

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

R = 43.51%
G = 7.93%
B = 48.56%

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

#B521CA (or 0xB521CA) is known color: Dark Orchid. HEX triplet: B5, 21 and CA. RGB value is (181,33,202). Sum of RGB (Red+Green+Blue) = 181+33+202=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 33 (13.28% from 255 or 7.93% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #B521CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B521CA is #4ADE35. Grayscale: #5F5F5F. Windows color (decimal): -4906550 or 13246901. OLE color: 13246901.

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

Color convert

RGB 181 33 202 -
CMYK 0.10 0.84 0 0.21
HSL 292.54º 0.72% 0.46% -
HSV(B) 292.54º 0.84% 0.79% -
XYZ 30.26 15.18 57.21 -
YUV 96.52 187.53 188.26 -
System Red Green Blue C M Y K H S L
Decimal 181 33 202 0.10 0.84 0 0.21 292.54 0.72 0.46
Hex B5 21 CA A 54 0 15 125 48 2E
Octal 265 41 312 12 124 0 25 445 110 56
Binary 10110101 100001 11001010 1010 1010100 0 10101 100100101 1001000 101110

Color Harmonies of #B521CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B521CA

Black with #B521CA

Text Example


Text Example

White with #B521CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B521CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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