Html Css Color HEX #B528BA Dark Orchid

📋 copy color: '#B528BA'

red 181 ◦ green 40 ◦ blue 186

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

Shades of Dark Orchid #B528BA

Tints of Dark Orchid #B528BA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.83%

 BLUE value IS 186 (73.05% from 255) = 45.7%

R = 44.47%
G = 9.83%
B = 45.7%

CMYK

 C value IS 0.03

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B528BA (or 0xB528BA) is known color: Dark Orchid. HEX triplet: B5, 28 and BA. RGB value is (181,40,186). Sum of RGB (Red+Green+Blue) = 181+40+186=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 40 (16.02% from 255 or 9.83% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #B528BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B528BA is #4AD745. Grayscale: #626262. Windows color (decimal): -4904774 or 12200117. OLE color: 12200117.

HSL color Cylindrical-coordinate representation of color #B528BA: hue angle of 297.95º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B528BA is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 40 186 -
CMYK 0.03 0.78 0 0.27
HSL 297.95º 0.65% 0.44% -
HSV(B) 297.95º 0.78% 0.73% -
XYZ 28.68 14.89 47.82 -
YUV 98.8 177.21 186.63 -
System Red Green Blue C M Y K H S L
Decimal 181 40 186 0.03 0.78 0 0.27 297.95 0.65 0.44
Hex B5 28 BA 3 4E 0 1B 12A 41 2C
Octal 265 50 272 3 116 0 33 452 101 54
Binary 10110101 101000 10111010 11 1001110 0 11011 100101010 1000001 101100

Color Harmonies of #B528BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B528BA

Black with #B528BA

Text Example


Text Example

White with #B528BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B528BA; }

 p { color: rgb(181,40,186); }

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

background-color css

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

 a { background-color: rgb(181,40,186); }

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

border-color css

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

 span { border-color: rgb(181,40,186); }

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