Html Css Color HEX #B53CE1 Medium Orchid

📋 copy color: '#B53CE1'

red 181 ◦ green 60 ◦ blue 225

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

Shades of Medium Orchid #B53CE1

Tints of Medium Orchid #B53CE1

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.88%

 BLUE value IS 225 (88.28% from 255) = 48.28%

R = 38.84%
G = 12.88%
B = 48.28%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B53CE1 (or 0xB53CE1) is known color: Medium Orchid. HEX triplet: B5, 3C and E1. RGB value is (181,60,225). Sum of RGB (Red+Green+Blue) = 181+60+225=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 60 (23.83% from 255 or 12.88% from 466); Blue value is 225 (88.28% from 255 or 48.28% from 466); Max value from RGB is 225 - color contains mainly: blue. Hex color #B53CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53CE1 is #4AC31E. Grayscale: #727272. Windows color (decimal): -4899615 or 14761141. OLE color: 14761141.

HSL color Cylindrical-coordinate representation of color #B53CE1: hue angle of 284º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B53CE1 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 181 60 225 -
CMYK 0.20 0.73 0 0.12
HSL 284º 0.73% 0.56% -
HSV(B) 284º 0.73% 0.88% -
XYZ 34.26 18.49 73 -
YUV 114.99 190.09 175.08 -
System Red Green Blue C M Y K H S L
Decimal 181 60 225 0.20 0.73 0 0.12 284 0.73 0.56
Hex B5 3C E1 14 49 0 C 11C 49 38
Octal 265 74 341 24 111 0 14 434 111 70
Binary 10110101 111100 11100001 10100 1001001 0 1100 100011100 1001001 111000

Color Harmonies of #B53CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53CE1

Black with #B53CE1

Text Example


Text Example

White with #B53CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53CE1; }

 p { color: rgb(181,60,225); }

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

background-color css

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

 a { background-color: rgb(181,60,225); }

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

border-color css

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

 span { border-color: rgb(181,60,225); }

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