Html Css Color HEX #B529B6 Dark Orchid

📋 copy color: '#B529B6'

red 181 ◦ green 41 ◦ blue 182

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

Shades of Dark Orchid #B529B6

Tints of Dark Orchid #B529B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 45.05%

R = 44.8%
G = 10.15%
B = 45.05%

CMYK

 C value IS 0.01

 M value IS 0.77

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B529B6 (or 0xB529B6) is known color: Dark Orchid. HEX triplet: B5, 29 and B6. RGB value is (181,41,182). Sum of RGB (Red+Green+Blue) = 181+41+182=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 182 (71.48% from 255 or 45.05% from 404); Max value from RGB is 182 - color contains mainly: blue. Hex color #B529B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B529B6 is #4AD649. Grayscale: #626262. Windows color (decimal): -4904522 or 11938229. OLE color: 11938229.

HSL color Cylindrical-coordinate representation of color #B529B6: hue angle of 299.57º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B529B6 is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 41 182 -
CMYK 0.01 0.77 0 0.29
HSL 299.57º 0.63% 0.44% -
HSV(B) 299.57º 0.77% 0.71% -
XYZ 28.29 14.79 45.62 -
YUV 98.93 174.88 186.54 -
System Red Green Blue C M Y K H S L
Decimal 181 41 182 0.01 0.77 0 0.29 299.57 0.63 0.44
Hex B5 29 B6 1 4D 0 1D 12C 3F 2C
Octal 265 51 266 1 115 0 35 454 77 54
Binary 10110101 101001 10110110 1 1001101 0 11101 100101100 111111 101100

Color Harmonies of #B529B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B529B6

Black with #B529B6

Text Example


Text Example

White with #B529B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B529B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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