Html Css Color HEX #B537F8 Medium Orchid

📋 copy color: '#B537F8'

red 181 ◦ green 55 ◦ blue 248

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

Shades of Medium Orchid #B537F8

Tints of Medium Orchid #B537F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 51.24%

R = 37.4%
G = 11.36%
B = 51.24%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B537F8 (or 0xB537F8) is known color: Medium Orchid. HEX triplet: B5, 37 and F8. RGB value is (181,55,248). Sum of RGB (Red+Green+Blue) = 181+55+248=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 55 (21.88% from 255 or 11.36% from 484); Blue value is 248 (97.27% from 255 or 51.24% from 484); Max value from RGB is 248 - color contains mainly: blue. Hex color #B537F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B537F8 is #4AC807. Grayscale: #727272. Windows color (decimal): -4900872 or 16267189. OLE color: 16267189.

HSL color Cylindrical-coordinate representation of color #B537F8: hue angle of 279.17º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B537F8 is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 181 55 248 -
CMYK 0.27 0.78 0 0.03
HSL 279.17º 0.93% 0.59% -
HSV(B) 279.17º 0.78% 0.97% -
XYZ 37.37 19.33 90.57 -
YUV 114.68 203.24 175.31 -
System Red Green Blue C M Y K H S L
Decimal 181 55 248 0.27 0.78 0 0.03 279.17 0.93 0.59
Hex B5 37 F8 1B 4E 0 3 117 5D 3B
Octal 265 67 370 33 116 0 3 427 135 73
Binary 10110101 110111 11111000 11011 1001110 0 11 100010111 1011101 111011

Color Harmonies of #B537F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B537F8

Black with #B537F8

Text Example


Text Example

White with #B537F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B537F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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