Html Css Color HEX #B53BE0 Medium Orchid

📋 copy color: '#B53BE0'

red 181 ◦ green 59 ◦ blue 224

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

Shades of Medium Orchid #B53BE0

Tints of Medium Orchid #B53BE0

RGB

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

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

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

R = 39.01%
G = 12.72%
B = 48.28%

CMYK

 C value IS 0.19

 M value IS 0.74

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B53BE0 (or 0xB53BE0) is known color: Medium Orchid. HEX triplet: B5, 3B and E0. RGB value is (181,59,224). Sum of RGB (Red+Green+Blue) = 181+59+224=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 59 (23.44% from 255 or 12.72% from 464); Blue value is 224 (87.89% from 255 or 48.28% from 464); Max value from RGB is 224 - color contains mainly: blue. Hex color #B53BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53BE0 is #4AC41F. Grayscale: #717171. Windows color (decimal): -4899872 or 14695349. OLE color: 14695349.

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

Color convert

RGB 181 59 224 -
CMYK 0.19 0.74 0 0.12
HSL 284.36º 0.73% 0.55% -
HSV(B) 284.36º 0.74% 0.88% -
XYZ 34.07 18.33 72.26 -
YUV 114.29 189.92 175.58 -
System Red Green Blue C M Y K H S L
Decimal 181 59 224 0.19 0.74 0 0.12 284.36 0.73 0.55
Hex B5 3B E0 13 4A 0 C 11C 49 37
Octal 265 73 340 23 112 0 14 434 111 67
Binary 10110101 111011 11100000 10011 1001010 0 1100 100011100 1001001 110111

Color Harmonies of #B53BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53BE0

Black with #B53BE0

Text Example


Text Example

White with #B53BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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