Html Css Color HEX #B53DDB Medium Orchid

📋 copy color: '#B53DDB'

red 181 ◦ green 61 ◦ blue 219

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

Shades of Medium Orchid #B53DDB

Tints of Medium Orchid #B53DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.51%

R = 39.26%
G = 13.23%
B = 47.51%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B53DDB (or 0xB53DDB) is known color: Medium Orchid. HEX triplet: B5, 3D and DB. RGB value is (181,61,219). Sum of RGB (Red+Green+Blue) = 181+61+219=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 61 (24.22% from 255 or 13.23% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #B53DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53DDB is #4AC224. Grayscale: #727272. Windows color (decimal): -4899365 or 14368181. OLE color: 14368181.

HSL color Cylindrical-coordinate representation of color #B53DDB: hue angle of 285.57º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B53DDB is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 61 219 -
CMYK 0.17 0.72 0 0.14
HSL 285.57º 0.69% 0.55% -
HSV(B) 285.57º 0.72% 0.86% -
XYZ 33.51 18.28 68.78 -
YUV 114.89 186.76 175.15 -
System Red Green Blue C M Y K H S L
Decimal 181 61 219 0.17 0.72 0 0.14 285.57 0.69 0.55
Hex B5 3D DB 11 48 0 E 11E 45 37
Octal 265 75 333 21 110 0 16 436 105 67
Binary 10110101 111101 11011011 10001 1001000 0 1110 100011110 1000101 110111

Color Harmonies of #B53DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53DDB

Black with #B53DDB

Text Example


Text Example

White with #B53DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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