Html Css Color HEX #B529BD Dark Orchid

📋 copy color: '#B529BD'

red 181 ◦ green 41 ◦ blue 189

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

Shades of Dark Orchid #B529BD

Tints of Dark Orchid #B529BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.99%

R = 44.04%
G = 9.98%
B = 45.99%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B529BD (or 0xB529BD) is known color: Dark Orchid. HEX triplet: B5, 29 and BD. RGB value is (181,41,189). Sum of RGB (Red+Green+Blue) = 181+41+189=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 41 (16.41% from 255 or 9.98% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 189 - color contains mainly: blue. Hex color #B529BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B529BD is #4AD642. Grayscale: #636363. Windows color (decimal): -4904515 or 12396981. OLE color: 12396981.

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

Color convert

RGB 181 41 189 -
CMYK 0.04 0.78 0 0.26
HSL 296.76º 0.64% 0.45% -
HSV(B) 296.76º 0.78% 0.74% -
XYZ 29.03 15.08 49.53 -
YUV 99.73 178.38 185.97 -
System Red Green Blue C M Y K H S L
Decimal 181 41 189 0.04 0.78 0 0.26 296.76 0.64 0.45
Hex B5 29 BD 4 4E 0 1A 129 40 2D
Octal 265 51 275 4 116 0 32 451 100 55
Binary 10110101 101001 10111101 100 1001110 0 11010 100101001 1000000 101101

Color Harmonies of #B529BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B529BD

Black with #B529BD

Text Example


Text Example

White with #B529BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B529BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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