Html Css Color HEX #B529BF Dark Orchid

📋 copy color: '#B529BF'

red 181 ◦ green 41 ◦ blue 191

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

Shades of Dark Orchid #B529BF

Tints of Dark Orchid #B529BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.25%

R = 43.83%
G = 9.93%
B = 46.25%

CMYK

 C value IS 0.05

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B529BF (or 0xB529BF) is known color: Dark Orchid. HEX triplet: B5, 29 and BF. RGB value is (181,41,191). Sum of RGB (Red+Green+Blue) = 181+41+191=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 41 (16.41% from 255 or 9.93% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #B529BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B529BF is #4AD640. Grayscale: #636363. Windows color (decimal): -4904513 or 12528053. OLE color: 12528053.

HSL color Cylindrical-coordinate representation of color #B529BF: hue angle of 296º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B529BF is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 41 191 -
CMYK 0.05 0.79 0 0.25
HSL 296º 0.65% 0.45% -
HSV(B) 296º 0.79% 0.75% -
XYZ 29.25 15.17 50.68 -
YUV 99.96 179.38 185.8 -
System Red Green Blue C M Y K H S L
Decimal 181 41 191 0.05 0.79 0 0.25 296 0.65 0.45
Hex B5 29 BF 5 4F 0 19 128 41 2D
Octal 265 51 277 5 117 0 31 450 101 55
Binary 10110101 101001 10111111 101 1001111 0 11001 100101000 1000001 101101

Color Harmonies of #B529BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B529BF

Black with #B529BF

Text Example


Text Example

White with #B529BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B529BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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