Html Css Color HEX #B53ADB Medium Orchid

📋 copy color: '#B53ADB'

red 181 ◦ green 58 ◦ blue 219

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

Shades of Medium Orchid #B53ADB

Tints of Medium Orchid #B53ADB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.66%

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

R = 39.52%
G = 12.66%
B = 47.82%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B53ADB (or 0xB53ADB) is known color: Medium Orchid. HEX triplet: B5, 3A and DB. RGB value is (181,58,219). Sum of RGB (Red+Green+Blue) = 181+58+219=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 58 (23.05% from 255 or 12.66% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #B53ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53ADB is #4AC524. Grayscale: #707070. Windows color (decimal): -4900133 or 14367413. OLE color: 14367413.

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

Color convert

RGB 181 58 219 -
CMYK 0.17 0.74 0 0.14
HSL 285.84º 0.69% 0.54% -
HSV(B) 285.84º 0.74% 0.86% -
XYZ 33.36 17.96 68.73 -
YUV 113.13 187.75 176.41 -
System Red Green Blue C M Y K H S L
Decimal 181 58 219 0.17 0.74 0 0.14 285.84 0.69 0.54
Hex B5 3A DB 11 4A 0 E 11E 45 36
Octal 265 72 333 21 112 0 16 436 105 66
Binary 10110101 111010 11011011 10001 1001010 0 1110 100011110 1000101 110110

Color Harmonies of #B53ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53ADB

Black with #B53ADB

Text Example


Text Example

White with #B53ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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