Html Css Color HEX #B53FED Medium Orchid

📋 copy color: '#B53FED'

red 181 ◦ green 63 ◦ blue 237

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

Shades of Medium Orchid #B53FED

Tints of Medium Orchid #B53FED

RGB

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

 GREEN value IS 63 (25% from 255) = 13.1%

 BLUE value IS 237 (92.97% from 255) = 49.27%

R = 37.63%
G = 13.1%
B = 49.27%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B53FED (or 0xB53FED) is known color: Medium Orchid. HEX triplet: B5, 3F and ED. RGB value is (181,63,237). Sum of RGB (Red+Green+Blue) = 181+63+237=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 63 (25% from 255 or 13.10% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #B53FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B53FED is #4AC012. Grayscale: #757575. Windows color (decimal): -4898835 or 15548341. OLE color: 15548341.

HSL color Cylindrical-coordinate representation of color #B53FED: hue angle of 280.69º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B53FED is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 63 237 -
CMYK 0.24 0.73 0 0.07
HSL 280.69º 0.83% 0.59% -
HSV(B) 280.69º 0.73% 0.93% -
XYZ 36.12 19.49 81.98 -
YUV 118.12 195.09 172.85 -
System Red Green Blue C M Y K H S L
Decimal 181 63 237 0.24 0.73 0 0.07 280.69 0.83 0.59
Hex B5 3F ED 18 49 0 7 119 53 3B
Octal 265 77 355 30 111 0 7 431 123 73
Binary 10110101 111111 11101101 11000 1001001 0 111 100011001 1010011 111011

Color Harmonies of #B53FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53FED

Black with #B53FED

Text Example


Text Example

White with #B53FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53FED; }

 p { color: rgb(181,63,237); }

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

background-color css

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

 a { background-color: rgb(181,63,237); }

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

border-color css

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

 span { border-color: rgb(181,63,237); }

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