Html Css Color HEX #B53ECE Medium Orchid

📋 copy color: '#B53ECE'

red 181 ◦ green 62 ◦ blue 206

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

Shades of Medium Orchid #B53ECE

Tints of Medium Orchid #B53ECE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.81%

 BLUE value IS 206 (80.86% from 255) = 45.88%

R = 40.31%
G = 13.81%
B = 45.88%

CMYK

 C value IS 0.12

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B53ECE (or 0xB53ECE) is known color: Medium Orchid. HEX triplet: B5, 3E and CE. RGB value is (181,62,206). Sum of RGB (Red+Green+Blue) = 181+62+206=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 62 (24.61% from 255 or 13.81% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #B53ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53ECE is #4AC131. Grayscale: #717171. Windows color (decimal): -4899122 or 13516469. OLE color: 13516469.

HSL color Cylindrical-coordinate representation of color #B53ECE: hue angle of 289.58º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B53ECE is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 62 206 -
CMYK 0.12 0.70 0 0.19
HSL 289.58º 0.6% 0.53% -
HSV(B) 289.58º 0.7% 0.81% -
XYZ 31.92 17.73 60.13 -
YUV 114 179.92 175.79 -
System Red Green Blue C M Y K H S L
Decimal 181 62 206 0.12 0.70 0 0.19 289.58 0.6 0.53
Hex B5 3E CE C 46 0 13 122 3C 35
Octal 265 76 316 14 106 0 23 442 74 65
Binary 10110101 111110 11001110 1100 1000110 0 10011 100100010 111100 110101

Color Harmonies of #B53ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53ECE

Black with #B53ECE

Text Example


Text Example

White with #B53ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53ECE; }

 p { color: rgb(181,62,206); }

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

background-color css

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

 a { background-color: rgb(181,62,206); }

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

border-color css

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

 span { border-color: rgb(181,62,206); }

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