Html Css Color HEX #B529B8 Dark Orchid

📋 copy color: '#B529B8'

red 181 ◦ green 41 ◦ blue 184

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

Shades of Dark Orchid #B529B8

Tints of Dark Orchid #B529B8

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.1%

 BLUE value IS 184 (72.27% from 255) = 45.32%

R = 44.58%
G = 10.1%
B = 45.32%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B529B8 (or 0xB529B8) is known color: Dark Orchid. HEX triplet: B5, 29 and B8. RGB value is (181,41,184). Sum of RGB (Red+Green+Blue) = 181+41+184=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 41 (16.41% from 255 or 10.10% from 406); Blue value is 184 (72.27% from 255 or 45.32% from 406); Max value from RGB is 184 - color contains mainly: blue. Hex color #B529B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B529B8 is #4AD647. Grayscale: #626262. Windows color (decimal): -4904520 or 12069301. OLE color: 12069301.

HSL color Cylindrical-coordinate representation of color #B529B8: hue angle of 298.74º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B529B8 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 181 41 184 -
CMYK 0.02 0.78 0 0.28
HSL 298.74º 0.64% 0.44% -
HSV(B) 298.74º 0.78% 0.72% -
XYZ 28.5 14.87 46.72 -
YUV 99.16 175.88 186.37 -
System Red Green Blue C M Y K H S L
Decimal 181 41 184 0.02 0.78 0 0.28 298.74 0.64 0.44
Hex B5 29 B8 2 4E 0 1C 12B 40 2C
Octal 265 51 270 2 116 0 34 453 100 54
Binary 10110101 101001 10111000 10 1001110 0 11100 100101011 1000000 101100

Color Harmonies of #B529B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B529B8

Black with #B529B8

Text Example


Text Example

White with #B529B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B529B8; }

 p { color: rgb(181,41,184); }

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

background-color css

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

 a { background-color: rgb(181,41,184); }

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

border-color css

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

 span { border-color: rgb(181,41,184); }

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