Html Css Color HEX #B521CB Dark Orchid

📋 copy color: '#B521CB'

red 181 ◦ green 33 ◦ blue 203

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

Shades of Dark Orchid #B521CB

Tints of Dark Orchid #B521CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.68%

R = 43.41%
G = 7.91%
B = 48.68%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B521CB (or 0xB521CB) is known color: Dark Orchid. HEX triplet: B5, 21 and CB. RGB value is (181,33,203). Sum of RGB (Red+Green+Blue) = 181+33+203=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 33 (13.28% from 255 or 7.91% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #B521CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B521CB is #4ADE34. Grayscale: #606060. Windows color (decimal): -4906549 or 13312437. OLE color: 13312437.

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

Color convert

RGB 181 33 203 -
CMYK 0.11 0.84 0 0.20
HSL 292.24º 0.72% 0.46% -
HSV(B) 292.24º 0.84% 0.8% -
XYZ 30.38 15.22 57.84 -
YUV 96.63 188.03 188.18 -
System Red Green Blue C M Y K H S L
Decimal 181 33 203 0.11 0.84 0 0.20 292.24 0.72 0.46
Hex B5 21 CB B 54 0 14 124 48 2E
Octal 265 41 313 13 124 0 24 444 110 56
Binary 10110101 100001 11001011 1011 1010100 0 10100 100100100 1001000 101110

Color Harmonies of #B521CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B521CB

Black with #B521CB

Text Example


Text Example

White with #B521CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B521CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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