Html Css Color HEX #B537D8 Medium Orchid

📋 copy color: '#B537D8'

red 181 ◦ green 55 ◦ blue 216

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

Shades of Medium Orchid #B537D8

Tints of Medium Orchid #B537D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 47.79%

R = 40.04%
G = 12.17%
B = 47.79%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B537D8 (or 0xB537D8) is known color: Medium Orchid. HEX triplet: B5, 37 and D8. RGB value is (181,55,216). Sum of RGB (Red+Green+Blue) = 181+55+216=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 55 (21.88% from 255 or 12.17% from 452); Blue value is 216 (84.77% from 255 or 47.79% from 452); Max value from RGB is 216 - color contains mainly: blue. Hex color #B537D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B537D8 is #4AC827. Grayscale: #6E6E6E. Windows color (decimal): -4900904 or 14170037. OLE color: 14170037.

HSL color Cylindrical-coordinate representation of color #B537D8: hue angle of 286.96º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B537D8 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 55 216 -
CMYK 0.16 0.75 0 0.15
HSL 286.96º 0.67% 0.53% -
HSV(B) 286.96º 0.75% 0.85% -
XYZ 32.82 17.51 66.62 -
YUV 111.03 187.24 177.91 -
System Red Green Blue C M Y K H S L
Decimal 181 55 216 0.16 0.75 0 0.15 286.96 0.67 0.53
Hex B5 37 D8 10 4B 0 F 11F 43 35
Octal 265 67 330 20 113 0 17 437 103 65
Binary 10110101 110111 11011000 10000 1001011 0 1111 100011111 1000011 110101

Color Harmonies of #B537D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B537D8

Black with #B537D8

Text Example


Text Example

White with #B537D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B537D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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