Html Css Color HEX #B53BEC Medium Orchid

📋 copy color: '#B53BEC'

red 181 ◦ green 59 ◦ blue 236

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

Shades of Medium Orchid #B53BEC

Tints of Medium Orchid #B53BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.58%

R = 38.03%
G = 12.39%
B = 49.58%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B53BEC (or 0xB53BEC) is known color: Medium Orchid. HEX triplet: B5, 3B and EC. RGB value is (181,59,236). Sum of RGB (Red+Green+Blue) = 181+59+236=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 59 (23.44% from 255 or 12.39% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #B53BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B53BEC is #4AC413. Grayscale: #737373. Windows color (decimal): -4899860 or 15481781. OLE color: 15481781.

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

Color convert

RGB 181 59 236 -
CMYK 0.23 0.75 0 0.07
HSL 281.36º 0.82% 0.58% -
HSV(B) 281.36º 0.75% 0.93% -
XYZ 35.76 19.01 81.14 -
YUV 115.66 195.92 174.61 -
System Red Green Blue C M Y K H S L
Decimal 181 59 236 0.23 0.75 0 0.07 281.36 0.82 0.58
Hex B5 3B EC 17 4B 0 7 119 52 3A
Octal 265 73 354 27 113 0 7 431 122 72
Binary 10110101 111011 11101100 10111 1001011 0 111 100011001 1010010 111010

Color Harmonies of #B53BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53BEC

Black with #B53BEC

Text Example


Text Example

White with #B53BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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