Html Css Color HEX #B525DD Dark Orchid

📋 copy color: '#B525DD'

red 181 ◦ green 37 ◦ blue 221

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

Shades of Dark Orchid #B525DD

Tints of Dark Orchid #B525DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.34%

R = 41.23%
G = 8.43%
B = 50.34%

CMYK

 C value IS 0.18

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B525DD (or 0xB525DD) is known color: Dark Orchid. HEX triplet: B5, 25 and DD. RGB value is (181,37,221). Sum of RGB (Red+Green+Blue) = 181+37+221=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 37 (14.84% from 255 or 8.43% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #B525DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B525DD is #4ADA22. Grayscale: #646464. Windows color (decimal): -4905507 or 14493109. OLE color: 14493109.

HSL color Cylindrical-coordinate representation of color #B525DD: hue angle of 286.96º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B525DD is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 37 221 -
CMYK 0.18 0.83 0 0.13
HSL 286.96º 0.73% 0.51% -
HSV(B) 286.96º 0.83% 0.87% -
XYZ 32.77 16.37 69.84 -
YUV 101.03 195.71 185.04 -
System Red Green Blue C M Y K H S L
Decimal 181 37 221 0.18 0.83 0 0.13 286.96 0.73 0.51
Hex B5 25 DD 12 53 0 D 11F 49 33
Octal 265 45 335 22 123 0 15 437 111 63
Binary 10110101 100101 11011101 10010 1010011 0 1101 100011111 1001001 110011

Color Harmonies of #B525DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B525DD

Black with #B525DD

Text Example


Text Example

White with #B525DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B525DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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