Html Css Color HEX #B522BB Dark Orchid

📋 copy color: '#B522BB'

red 181 ◦ green 34 ◦ blue 187

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

Shades of Dark Orchid #B522BB

Tints of Dark Orchid #B522BB

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.46%

 BLUE value IS 187 (73.44% from 255) = 46.52%

R = 45.02%
G = 8.46%
B = 46.52%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B522BB (or 0xB522BB) is known color: Dark Orchid. HEX triplet: B5, 22 and BB. RGB value is (181,34,187). Sum of RGB (Red+Green+Blue) = 181+34+187=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 34 (13.67% from 255 or 8.46% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 187 - color contains mainly: blue. Hex color #B522BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B522BB is #4ADD44. Grayscale: #5E5E5E. Windows color (decimal): -4906309 or 12264117. OLE color: 12264117.

HSL color Cylindrical-coordinate representation of color #B522BB: hue angle of 297.65º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B522BB is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 34 187 -
CMYK 0.03 0.82 0 0.27
HSL 297.65º 0.69% 0.43% -
HSV(B) 297.65º 0.82% 0.73% -
XYZ 28.6 14.56 48.32 -
YUV 95.4 179.7 189.06 -
System Red Green Blue C M Y K H S L
Decimal 181 34 187 0.03 0.82 0 0.27 297.65 0.69 0.43
Hex B5 22 BB 3 52 0 1B 12A 45 2B
Octal 265 42 273 3 122 0 33 452 105 53
Binary 10110101 100010 10111011 11 1010010 0 11011 100101010 1000101 101011

Color Harmonies of #B522BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B522BB

Black with #B522BB

Text Example


Text Example

White with #B522BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B522BB; }

 p { color: rgb(181,34,187); }

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

background-color css

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

 a { background-color: rgb(181,34,187); }

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

border-color css

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

 span { border-color: rgb(181,34,187); }

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