Html Css Color HEX #B522BC Dark Orchid

📋 copy color: '#B522BC'

red 181 ◦ green 34 ◦ blue 188

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

Shades of Dark Orchid #B522BC

Tints of Dark Orchid #B522BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.65%

R = 44.91%
G = 8.44%
B = 46.65%

CMYK

 C value IS 0.04

 M value IS 0.82

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B522BC (or 0xB522BC) is known color: Dark Orchid. HEX triplet: B5, 22 and BC. RGB value is (181,34,188). Sum of RGB (Red+Green+Blue) = 181+34+188=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 34 (13.67% from 255 or 8.44% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #B522BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B522BC is #4ADD43. Grayscale: #5F5F5F. Windows color (decimal): -4906308 or 12329653. OLE color: 12329653.

HSL color Cylindrical-coordinate representation of color #B522BC: hue angle of 297.27º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B522BC is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 181 34 188 -
CMYK 0.04 0.82 0 0.26
HSL 297.27º 0.69% 0.44% -
HSV(B) 297.27º 0.82% 0.74% -
XYZ 28.71 14.6 48.88 -
YUV 95.51 180.2 188.98 -
System Red Green Blue C M Y K H S L
Decimal 181 34 188 0.04 0.82 0 0.26 297.27 0.69 0.44
Hex B5 22 BC 4 52 0 1A 129 45 2C
Octal 265 42 274 4 122 0 32 451 105 54
Binary 10110101 100010 10111100 100 1010010 0 11010 100101001 1000101 101100

Color Harmonies of #B522BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B522BC

Black with #B522BC

Text Example


Text Example

White with #B522BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B522BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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