Html Css Color HEX #B525D9 Dark Orchid

📋 copy color: '#B525D9'

red 181 ◦ green 37 ◦ blue 217

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

Shades of Dark Orchid #B525D9

Tints of Dark Orchid #B525D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 49.89%

R = 41.61%
G = 8.51%
B = 49.89%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B525D9 (or 0xB525D9) is known color: Dark Orchid. HEX triplet: B5, 25 and D9. RGB value is (181,37,217). Sum of RGB (Red+Green+Blue) = 181+37+217=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 37 (14.84% from 255 or 8.51% from 435); Blue value is 217 (85.16% from 255 or 49.89% from 435); Max value from RGB is 217 - color contains mainly: blue. Hex color #B525D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B525D9 is #4ADA26. Grayscale: #646464. Windows color (decimal): -4905511 or 14230965. OLE color: 14230965.

HSL color Cylindrical-coordinate representation of color #B525D9: hue angle of 288º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B525D9 is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 37 217 -
CMYK 0.17 0.83 0 0.15
HSL 288º 0.71% 0.5% -
HSV(B) 288º 0.83% 0.85% -
XYZ 32.24 16.16 67.06 -
YUV 100.58 193.71 185.36 -
System Red Green Blue C M Y K H S L
Decimal 181 37 217 0.17 0.83 0 0.15 288 0.71 0.5
Hex B5 25 D9 11 53 0 F 120 47 32
Octal 265 45 331 21 123 0 17 440 107 62
Binary 10110101 100101 11011001 10001 1010011 0 1111 100100000 1000111 110010

Color Harmonies of #B525D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B525D9

Black with #B525D9

Text Example


Text Example

White with #B525D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B525D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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