Html Css Color HEX #B525B9 Dark Orchid

📋 copy color: '#B525B9'

red 181 ◦ green 37 ◦ blue 185

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

Shades of Dark Orchid #B525B9

Tints of Dark Orchid #B525B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 45.91%

R = 44.91%
G = 9.18%
B = 45.91%

CMYK

 C value IS 0.02

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B525B9 (or 0xB525B9) is known color: Dark Orchid. HEX triplet: B5, 25 and B9. RGB value is (181,37,185). Sum of RGB (Red+Green+Blue) = 181+37+185=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 37 (14.84% from 255 or 9.18% from 403); Blue value is 185 (72.66% from 255 or 45.91% from 403); Max value from RGB is 185 - color contains mainly: blue. Hex color #B525B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B525B9 is #4ADA46. Grayscale: #606060. Windows color (decimal): -4905543 or 12133813. OLE color: 12133813.

HSL color Cylindrical-coordinate representation of color #B525B9: hue angle of 298.38º 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 #B525B9 is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 37 185 -
CMYK 0.02 0.80 0 0.27
HSL 298.38º 0.67% 0.44% -
HSV(B) 298.38º 0.8% 0.73% -
XYZ 28.47 14.65 47.23 -
YUV 96.93 177.71 187.97 -
System Red Green Blue C M Y K H S L
Decimal 181 37 185 0.02 0.80 0 0.27 298.38 0.67 0.44
Hex B5 25 B9 2 50 0 1B 12A 43 2C
Octal 265 45 271 2 120 0 33 452 103 54
Binary 10110101 100101 10111001 10 1010000 0 11011 100101010 1000011 101100

Color Harmonies of #B525B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B525B9

Black with #B525B9

Text Example


Text Example

White with #B525B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B525B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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