Html Css Color HEX #B53FEB Medium Orchid

📋 copy color: '#B53FEB'

red 181 ◦ green 63 ◦ blue 235

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

Shades of Medium Orchid #B53FEB

Tints of Medium Orchid #B53FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.06%

R = 37.79%
G = 13.15%
B = 49.06%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B53FEB (or 0xB53FEB) is known color: Medium Orchid. HEX triplet: B5, 3F and EB. RGB value is (181,63,235). Sum of RGB (Red+Green+Blue) = 181+63+235=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 63 (25% from 255 or 13.15% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #B53FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B53FEB is #4AC014. Grayscale: #757575. Windows color (decimal): -4898837 or 15417269. OLE color: 15417269.

HSL color Cylindrical-coordinate representation of color #B53FEB: hue angle of 281.16º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B53FEB is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 181 63 235 -
CMYK 0.23 0.73 0 0.08
HSL 281.16º 0.81% 0.58% -
HSV(B) 281.16º 0.73% 0.92% -
XYZ 35.83 19.38 80.45 -
YUV 117.89 194.09 173.01 -
System Red Green Blue C M Y K H S L
Decimal 181 63 235 0.23 0.73 0 0.08 281.16 0.81 0.58
Hex B5 3F EB 17 49 0 8 119 51 3A
Octal 265 77 353 27 111 0 10 431 121 72
Binary 10110101 111111 11101011 10111 1001001 0 1000 100011001 1010001 111010

Color Harmonies of #B53FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53FEB

Black with #B53FEB

Text Example


Text Example

White with #B53FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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