Html Css Color HEX #B537CF Medium Orchid

📋 copy color: '#B537CF'

red 181 ◦ green 55 ◦ blue 207

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

Shades of Medium Orchid #B537CF

Tints of Medium Orchid #B537CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.73%

R = 40.86%
G = 12.42%
B = 46.73%

CMYK

 C value IS 0.13

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B537CF (or 0xB537CF) is known color: Medium Orchid. HEX triplet: B5, 37 and CF. RGB value is (181,55,207). Sum of RGB (Red+Green+Blue) = 181+55+207=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 55 (21.88% from 255 or 12.42% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #B537CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B537CF is #4AC830. Grayscale: #6D6D6D. Windows color (decimal): -4900913 or 13580213. OLE color: 13580213.

HSL color Cylindrical-coordinate representation of color #B537CF: hue angle of 289.74º 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 #B537CF is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 55 207 -
CMYK 0.13 0.73 0 0.19
HSL 289.74º 0.61% 0.51% -
HSV(B) 289.74º 0.73% 0.81% -
XYZ 31.68 17.06 60.65 -
YUV 110 182.74 178.64 -
System Red Green Blue C M Y K H S L
Decimal 181 55 207 0.13 0.73 0 0.19 289.74 0.61 0.51
Hex B5 37 CF D 49 0 13 122 3D 33
Octal 265 67 317 15 111 0 23 442 75 63
Binary 10110101 110111 11001111 1101 1001001 0 10011 100100010 111101 110011

Color Harmonies of #B537CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B537CF

Black with #B537CF

Text Example


Text Example

White with #B537CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B537CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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