Html Css Color HEX #B525BD Dark Orchid

📋 copy color: '#B525BD'

red 181 ◦ green 37 ◦ blue 189

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

Shades of Dark Orchid #B525BD

Tints of Dark Orchid #B525BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.44%

R = 44.47%
G = 9.09%
B = 46.44%

CMYK

 C value IS 0.04

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B525BD (or 0xB525BD) is known color: Dark Orchid. HEX triplet: B5, 25 and BD. RGB value is (181,37,189). Sum of RGB (Red+Green+Blue) = 181+37+189=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 37 (14.84% from 255 or 9.09% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #B525BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B525BD is #4ADA42. Grayscale: #606060. Windows color (decimal): -4905539 or 12395957. OLE color: 12395957.

HSL color Cylindrical-coordinate representation of color #B525BD: hue angle of 296.84º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B525BD is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 181 37 189 -
CMYK 0.04 0.80 0 0.26
HSL 296.84º 0.67% 0.44% -
HSV(B) 296.84º 0.8% 0.74% -
XYZ 28.9 14.82 49.48 -
YUV 97.38 179.71 187.64 -
System Red Green Blue C M Y K H S L
Decimal 181 37 189 0.04 0.80 0 0.26 296.84 0.67 0.44
Hex B5 25 BD 4 50 0 1A 129 43 2C
Octal 265 45 275 4 120 0 32 451 103 54
Binary 10110101 100101 10111101 100 1010000 0 11010 100101001 1000011 101100

Color Harmonies of #B525BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B525BD

Black with #B525BD

Text Example


Text Example

White with #B525BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B525BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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