Html Css Color HEX #B53CDB Medium Orchid

📋 copy color: '#B53CDB'

red 181 ◦ green 60 ◦ blue 219

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

Shades of Medium Orchid #B53CDB

Tints of Medium Orchid #B53CDB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.04%

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

R = 39.35%
G = 13.04%
B = 47.61%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B53CDB (or 0xB53CDB) is known color: Medium Orchid. HEX triplet: B5, 3C and DB. RGB value is (181,60,219). Sum of RGB (Red+Green+Blue) = 181+60+219=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 60 (23.83% from 255 or 13.04% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #B53CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53CDB is #4AC324. Grayscale: #717171. Windows color (decimal): -4899621 or 14367925. OLE color: 14367925.

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

Color convert

RGB 181 60 219 -
CMYK 0.17 0.73 0 0.14
HSL 285.66º 0.69% 0.55% -
HSV(B) 285.66º 0.73% 0.86% -
XYZ 33.46 18.17 68.76 -
YUV 114.31 187.09 175.57 -
System Red Green Blue C M Y K H S L
Decimal 181 60 219 0.17 0.73 0 0.14 285.66 0.69 0.55
Hex B5 3C DB 11 49 0 E 11E 45 37
Octal 265 74 333 21 111 0 16 436 105 67
Binary 10110101 111100 11011011 10001 1001001 0 1110 100011110 1000101 110111

Color Harmonies of #B53CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53CDB

Black with #B53CDB

Text Example


Text Example

White with #B53CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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