Html Css Color HEX #B53BEB Medium Orchid

📋 copy color: '#B53BEB'

red 181 ◦ green 59 ◦ blue 235

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

Shades of Medium Orchid #B53BEB

Tints of Medium Orchid #B53BEB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.42%

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

R = 38.11%
G = 12.42%
B = 49.47%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B53BEB (or 0xB53BEB) is known color: Medium Orchid. HEX triplet: B5, 3B and EB. RGB value is (181,59,235). Sum of RGB (Red+Green+Blue) = 181+59+235=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 59 (23.44% from 255 or 12.42% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #B53BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B53BEB is #4AC414. Grayscale: #727272. Windows color (decimal): -4899861 or 15416245. OLE color: 15416245.

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

Color convert

RGB 181 59 235 -
CMYK 0.23 0.75 0 0.08
HSL 281.59º 0.81% 0.58% -
HSV(B) 281.59º 0.75% 0.92% -
XYZ 35.62 18.95 80.38 -
YUV 115.54 195.42 174.69 -
System Red Green Blue C M Y K H S L
Decimal 181 59 235 0.23 0.75 0 0.08 281.59 0.81 0.58
Hex B5 3B EB 17 4B 0 8 11A 51 3A
Octal 265 73 353 27 113 0 10 432 121 72
Binary 10110101 111011 11101011 10111 1001011 0 1000 100011010 1010001 111010

Color Harmonies of #B53BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53BEB

Black with #B53BEB

Text Example


Text Example

White with #B53BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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