Html Css Color HEX #B529BC Dark Orchid

📋 copy color: '#B529BC'

red 181 ◦ green 41 ◦ blue 188

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

Shades of Dark Orchid #B529BC

Tints of Dark Orchid #B529BC

RGB

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

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

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

R = 44.15%
G = 10%
B = 45.85%

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

#B529BC (or 0xB529BC) is known color: Dark Orchid. HEX triplet: B5, 29 and BC. RGB value is (181,41,188). Sum of RGB (Red+Green+Blue) = 181+41+188=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 41 (16.41% from 255 or 10% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #B529BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B529BC is #4AD643. Grayscale: #636363. Windows color (decimal): -4904516 or 12331445. OLE color: 12331445.

HSL color Cylindrical-coordinate representation of color #B529BC: hue angle of 297.14º 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 #B529BC is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 181 41 188 -
CMYK 0.04 0.78 0 0.26
HSL 297.14º 0.64% 0.45% -
HSV(B) 297.14º 0.78% 0.74% -
XYZ 28.93 15.04 48.96 -
YUV 99.62 177.88 186.05 -
System Red Green Blue C M Y K H S L
Decimal 181 41 188 0.04 0.78 0 0.26 297.14 0.64 0.45
Hex B5 29 BC 4 4E 0 1A 129 40 2D
Octal 265 51 274 4 116 0 32 451 100 55
Binary 10110101 101001 10111100 100 1001110 0 11010 100101001 1000000 101101

Color Harmonies of #B529BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B529BC

Black with #B529BC

Text Example


Text Example

White with #B529BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B529BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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