Html Css Color HEX #B537DD Medium Orchid

📋 copy color: '#B537DD'

red 181 ◦ green 55 ◦ blue 221

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

Shades of Medium Orchid #B537DD

Tints of Medium Orchid #B537DD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.04%

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

R = 39.61%
G = 12.04%
B = 48.36%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B537DD (or 0xB537DD) is known color: Medium Orchid. HEX triplet: B5, 37 and DD. RGB value is (181,55,221). Sum of RGB (Red+Green+Blue) = 181+55+221=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 55 (21.88% from 255 or 12.04% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #B537DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B537DD is #4AC822. Grayscale: #6F6F6F. Windows color (decimal): -4900899 or 14497717. OLE color: 14497717.

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

Color convert

RGB 181 55 221 -
CMYK 0.18 0.75 0 0.13
HSL 285.54º 0.71% 0.54% -
HSV(B) 285.54º 0.75% 0.87% -
XYZ 33.47 17.78 70.07 -
YUV 111.6 189.74 177.5 -
System Red Green Blue C M Y K H S L
Decimal 181 55 221 0.18 0.75 0 0.13 285.54 0.71 0.54
Hex B5 37 DD 12 4B 0 D 11E 47 36
Octal 265 67 335 22 113 0 15 436 107 66
Binary 10110101 110111 11011101 10010 1001011 0 1101 100011110 1000111 110110

Color Harmonies of #B537DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B537DD

Black with #B537DD

Text Example


Text Example

White with #B537DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B537DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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