Html Css Color HEX #B537CE Medium Orchid

📋 copy color: '#B537CE'

red 181 ◦ green 55 ◦ blue 206

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

Shades of Medium Orchid #B537CE

Tints of Medium Orchid #B537CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.61%

R = 40.95%
G = 12.44%
B = 46.61%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B537CE (or 0xB537CE) is known color: Medium Orchid. HEX triplet: B5, 37 and CE. RGB value is (181,55,206). Sum of RGB (Red+Green+Blue) = 181+55+206=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 55 (21.88% from 255 or 12.44% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #B537CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B537CE is #4AC831. Grayscale: #6D6D6D. Windows color (decimal): -4900914 or 13514677. OLE color: 13514677.

HSL color Cylindrical-coordinate representation of color #B537CE: hue angle of 290.07º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B537CE is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 55 206 -
CMYK 0.12 0.73 0 0.19
HSL 290.07º 0.61% 0.51% -
HSV(B) 290.07º 0.73% 0.81% -
XYZ 31.56 17.01 60.01 -
YUV 109.89 182.24 178.72 -
System Red Green Blue C M Y K H S L
Decimal 181 55 206 0.12 0.73 0 0.19 290.07 0.61 0.51
Hex B5 37 CE C 49 0 13 122 3D 33
Octal 265 67 316 14 111 0 23 442 75 63
Binary 10110101 110111 11001110 1100 1001001 0 10011 100100010 111101 110011

Color Harmonies of #B537CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B537CE

Black with #B537CE

Text Example


Text Example

White with #B537CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B537CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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