Html Css Color HEX #B53EE0 Medium Orchid

📋 copy color: '#B53EE0'

red 181 ◦ green 62 ◦ blue 224

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

Shades of Medium Orchid #B53EE0

Tints of Medium Orchid #B53EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.97%

R = 38.76%
G = 13.28%
B = 47.97%

CMYK

 C value IS 0.19

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B53EE0 (or 0xB53EE0) is known color: Medium Orchid. HEX triplet: B5, 3E and E0. RGB value is (181,62,224). Sum of RGB (Red+Green+Blue) = 181+62+224=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 62 (24.61% from 255 or 13.28% from 467); Blue value is 224 (87.89% from 255 or 47.97% from 467); Max value from RGB is 224 - color contains mainly: blue. Hex color #B53EE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53EE0 is #4AC11F. Grayscale: #737373. Windows color (decimal): -4899104 or 14696117. OLE color: 14696117.

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

Color convert

RGB 181 62 224 -
CMYK 0.19 0.72 0 0.12
HSL 284.07º 0.72% 0.56% -
HSV(B) 284.07º 0.72% 0.88% -
XYZ 34.23 18.65 72.32 -
YUV 116.05 188.92 174.33 -
System Red Green Blue C M Y K H S L
Decimal 181 62 224 0.19 0.72 0 0.12 284.07 0.72 0.56
Hex B5 3E E0 13 48 0 C 11C 48 38
Octal 265 76 340 23 110 0 14 434 110 70
Binary 10110101 111110 11100000 10011 1001000 0 1100 100011100 1001000 111000

Color Harmonies of #B53EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53EE0

Black with #B53EE0

Text Example


Text Example

White with #B53EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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