Html Css Color HEX #B53EDD Medium Orchid

📋 copy color: '#B53EDD'

red 181 ◦ green 62 ◦ blue 221

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

Shades of Medium Orchid #B53EDD

Tints of Medium Orchid #B53EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.63%

R = 39.01%
G = 13.36%
B = 47.63%

CMYK

 C value IS 0.18

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B53EDD (or 0xB53EDD) is known color: Medium Orchid. HEX triplet: B5, 3E and DD. RGB value is (181,62,221). Sum of RGB (Red+Green+Blue) = 181+62+221=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 62 (24.61% from 255 or 13.36% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #B53EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53EDD is #4AC122. Grayscale: #737373. Windows color (decimal): -4899107 or 14499509. OLE color: 14499509.

HSL color Cylindrical-coordinate representation of color #B53EDD: hue angle of 284.91º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B53EDD is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 62 221 -
CMYK 0.18 0.72 0 0.13
HSL 284.91º 0.7% 0.55% -
HSV(B) 284.91º 0.72% 0.87% -
XYZ 33.83 18.49 70.19 -
YUV 115.71 187.42 174.57 -
System Red Green Blue C M Y K H S L
Decimal 181 62 221 0.18 0.72 0 0.13 284.91 0.7 0.55
Hex B5 3E DD 12 48 0 D 11D 46 37
Octal 265 76 335 22 110 0 15 435 106 67
Binary 10110101 111110 11011101 10010 1001000 0 1101 100011101 1000110 110111

Color Harmonies of #B53EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53EDD

Black with #B53EDD

Text Example


Text Example

White with #B53EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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