Html Css Color HEX #B527BA Dark Orchid

📋 copy color: '#B527BA'

red 181 ◦ green 39 ◦ blue 186

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

Shades of Dark Orchid #B527BA

Tints of Dark Orchid #B527BA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.61%

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

R = 44.58%
G = 9.61%
B = 45.81%

CMYK

 C value IS 0.03

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B527BA (or 0xB527BA) is known color: Dark Orchid. HEX triplet: B5, 27 and BA. RGB value is (181,39,186). Sum of RGB (Red+Green+Blue) = 181+39+186=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 39 (15.62% from 255 or 9.61% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #B527BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B527BA is #4AD845. Grayscale: #616161. Windows color (decimal): -4905030 or 12199861. OLE color: 12199861.

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

Color convert

RGB 181 39 186 -
CMYK 0.03 0.79 0 0.27
HSL 297.96º 0.65% 0.44% -
HSV(B) 297.96º 0.79% 0.73% -
XYZ 28.64 14.82 47.81 -
YUV 98.22 177.54 187.05 -
System Red Green Blue C M Y K H S L
Decimal 181 39 186 0.03 0.79 0 0.27 297.96 0.65 0.44
Hex B5 27 BA 3 4F 0 1B 12A 41 2C
Octal 265 47 272 3 117 0 33 452 101 54
Binary 10110101 100111 10111010 11 1001111 0 11011 100101010 1000001 101100

Color Harmonies of #B527BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B527BA

Black with #B527BA

Text Example


Text Example

White with #B527BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B527BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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