Html Css Color HEX #B537CD Medium Orchid

📋 copy color: '#B537CD'

red 181 ◦ green 55 ◦ blue 205

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

Shades of Medium Orchid #B537CD

Tints of Medium Orchid #B537CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.49%

R = 41.04%
G = 12.47%
B = 46.49%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B537CD (or 0xB537CD) is known color: Medium Orchid. HEX triplet: B5, 37 and CD. RGB value is (181,55,205). Sum of RGB (Red+Green+Blue) = 181+55+205=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 55 (21.88% from 255 or 12.47% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #B537CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B537CD is #4AC832. Grayscale: #6D6D6D. Windows color (decimal): -4900915 or 13449141. OLE color: 13449141.

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

Color convert

RGB 181 55 205 -
CMYK 0.12 0.73 0 0.20
HSL 290.4º 0.6% 0.51% -
HSV(B) 290.4º 0.73% 0.8% -
XYZ 31.44 16.96 59.37 -
YUV 109.77 181.74 178.8 -
System Red Green Blue C M Y K H S L
Decimal 181 55 205 0.12 0.73 0 0.20 290.4 0.6 0.51
Hex B5 37 CD C 49 0 14 122 3C 33
Octal 265 67 315 14 111 0 24 442 74 63
Binary 10110101 110111 11001101 1100 1001001 0 10100 100100010 111100 110011

Color Harmonies of #B537CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B537CD

Black with #B537CD

Text Example


Text Example

White with #B537CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B537CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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