Html Css Color HEX #B53DDD Medium Orchid

📋 copy color: '#B53DDD'

red 181 ◦ green 61 ◦ blue 221

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

Shades of Medium Orchid #B53DDD

Tints of Medium Orchid #B53DDD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.17%

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

R = 39.09%
G = 13.17%
B = 47.73%

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

#B53DDD (or 0xB53DDD) is known color: Medium Orchid. HEX triplet: B5, 3D and DD. RGB value is (181,61,221). Sum of RGB (Red+Green+Blue) = 181+61+221=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 61 (24.22% from 255 or 13.17% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #B53DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53DDD is #4AC222. Grayscale: #727272. Windows color (decimal): -4899363 or 14499253. OLE color: 14499253.

HSL color Cylindrical-coordinate representation of color #B53DDD: hue angle of 285º 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 #B53DDD is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 61 221 -
CMYK 0.18 0.72 0 0.13
HSL 285º 0.7% 0.55% -
HSV(B) 285º 0.72% 0.87% -
XYZ 33.78 18.38 70.17 -
YUV 115.12 187.76 174.99 -
System Red Green Blue C M Y K H S L
Decimal 181 61 221 0.18 0.72 0 0.13 285 0.7 0.55
Hex B5 3D DD 12 48 0 D 11D 46 37
Octal 265 75 335 22 110 0 15 435 106 67
Binary 10110101 111101 11011101 10010 1001000 0 1101 100011101 1000110 110111

Color Harmonies of #B53DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53DDD

Black with #B53DDD

Text Example


Text Example

White with #B53DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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