Html Css Color HEX #B525DA Dark Orchid

📋 copy color: '#B525DA'

red 181 ◦ green 37 ◦ blue 218

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

Shades of Dark Orchid #B525DA

Tints of Dark Orchid #B525DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50%

R = 41.51%
G = 8.49%
B = 50%

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

#B525DA (or 0xB525DA) is known color: Dark Orchid. HEX triplet: B5, 25 and DA. RGB value is (181,37,218). Sum of RGB (Red+Green+Blue) = 181+37+218=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 37 (14.84% from 255 or 8.49% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #B525DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B525DA is #4ADA25. Grayscale: #646464. Windows color (decimal): -4905510 or 14296501. OLE color: 14296501.

HSL color Cylindrical-coordinate representation of color #B525DA: hue angle of 287.73º 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 #B525DA is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 37 218 -
CMYK 0.17 0.83 0 0.15
HSL 287.73º 0.71% 0.5% -
HSV(B) 287.73º 0.83% 0.85% -
XYZ 32.37 16.21 67.75 -
YUV 100.69 194.21 185.28 -
System Red Green Blue C M Y K H S L
Decimal 181 37 218 0.17 0.83 0 0.15 287.73 0.71 0.5
Hex B5 25 DA 11 53 0 F 120 47 32
Octal 265 45 332 21 123 0 17 440 107 62
Binary 10110101 100101 11011010 10001 1010011 0 1111 100100000 1000111 110010

Color Harmonies of #B525DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B525DA

Black with #B525DA

Text Example


Text Example

White with #B525DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B525DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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