Html Css Color HEX #B525BA Dark Orchid

📋 copy color: '#B525BA'

red 181 ◦ green 37 ◦ blue 186

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

Shades of Dark Orchid #B525BA

Tints of Dark Orchid #B525BA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.16%

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

R = 44.8%
G = 9.16%
B = 46.04%

CMYK

 C value IS 0.03

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B525BA (or 0xB525BA) is known color: Dark Orchid. HEX triplet: B5, 25 and BA. RGB value is (181,37,186). Sum of RGB (Red+Green+Blue) = 181+37+186=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 37 (14.84% from 255 or 9.16% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #B525BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B525BA is #4ADA45. Grayscale: #606060. Windows color (decimal): -4905542 or 12199349. OLE color: 12199349.

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

Color convert

RGB 181 37 186 -
CMYK 0.03 0.80 0 0.27
HSL 297.99º 0.67% 0.44% -
HSV(B) 297.99º 0.8% 0.73% -
XYZ 28.58 14.69 47.78 -
YUV 97.04 178.21 187.88 -
System Red Green Blue C M Y K H S L
Decimal 181 37 186 0.03 0.80 0 0.27 297.99 0.67 0.44
Hex B5 25 BA 3 50 0 1B 12A 43 2C
Octal 265 45 272 3 120 0 33 452 103 54
Binary 10110101 100101 10111010 11 1010000 0 11011 100101010 1000011 101100

Color Harmonies of #B525BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B525BA

Black with #B525BA

Text Example


Text Example

White with #B525BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B525BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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