Html Css Color HEX #B525DB Dark Orchid

📋 copy color: '#B525DB'

red 181 ◦ green 37 ◦ blue 219

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

Shades of Dark Orchid #B525DB

Tints of Dark Orchid #B525DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.11%

R = 41.42%
G = 8.47%
B = 50.11%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B525DB (or 0xB525DB) is known color: Dark Orchid. HEX triplet: B5, 25 and DB. RGB value is (181,37,219). Sum of RGB (Red+Green+Blue) = 181+37+219=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 37 (14.84% from 255 or 8.47% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #B525DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B525DB is #4ADA24. Grayscale: #646464. Windows color (decimal): -4905509 or 14362037. OLE color: 14362037.

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

Color convert

RGB 181 37 219 -
CMYK 0.17 0.83 0 0.14
HSL 287.47º 0.72% 0.5% -
HSV(B) 287.47º 0.83% 0.86% -
XYZ 32.5 16.26 68.44 -
YUV 100.8 194.71 185.2 -
System Red Green Blue C M Y K H S L
Decimal 181 37 219 0.17 0.83 0 0.14 287.47 0.72 0.5
Hex B5 25 DB 11 53 0 E 11F 48 32
Octal 265 45 333 21 123 0 16 437 110 62
Binary 10110101 100101 11011011 10001 1010011 0 1110 100011111 1001000 110010

Color Harmonies of #B525DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B525DB

Black with #B525DB

Text Example


Text Example

White with #B525DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B525DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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