Html Css Color HEX #B537DC Medium Orchid

📋 copy color: '#B537DC'

red 181 ◦ green 55 ◦ blue 220

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

Shades of Medium Orchid #B537DC

Tints of Medium Orchid #B537DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.25%

R = 39.69%
G = 12.06%
B = 48.25%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B537DC (or 0xB537DC) is known color: Medium Orchid. HEX triplet: B5, 37 and DC. RGB value is (181,55,220). Sum of RGB (Red+Green+Blue) = 181+55+220=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 55 (21.88% from 255 or 12.06% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #B537DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B537DC is #4AC823. Grayscale: #6E6E6E. Windows color (decimal): -4900900 or 14432181. OLE color: 14432181.

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

Color convert

RGB 181 55 220 -
CMYK 0.18 0.75 0 0.14
HSL 285.82º 0.7% 0.54% -
HSV(B) 285.82º 0.75% 0.86% -
XYZ 33.34 17.72 69.37 -
YUV 111.48 189.24 177.58 -
System Red Green Blue C M Y K H S L
Decimal 181 55 220 0.18 0.75 0 0.14 285.82 0.7 0.54
Hex B5 37 DC 12 4B 0 E 11E 46 36
Octal 265 67 334 22 113 0 16 436 106 66
Binary 10110101 110111 11011100 10010 1001011 0 1110 100011110 1000110 110110

Color Harmonies of #B537DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B537DC

Black with #B537DC

Text Example


Text Example

White with #B537DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B537DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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