Html Css Color HEX #BA52DB Medium Orchid

📋 copy color: '#BA52DB'

red 186 ◦ green 82 ◦ blue 219

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

Shades of Medium Orchid #BA52DB

Tints of Medium Orchid #BA52DB

RGB

 RED value IS 186 (73.05% from 255) = 38.19%

 GREEN value IS 82 (32.42% from 255) = 16.84%

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

R = 38.19%
G = 16.84%
B = 44.97%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA52DB (or 0xBA52DB) is known color: Medium Orchid. HEX triplet: BA, 52 and DB. RGB value is (186,82,219). Sum of RGB (Red+Green+Blue) = 186+82+219=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 82 (32.42% from 255 or 16.84% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA52DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA52DB is #45AD24. Grayscale: #808080. Windows color (decimal): -4566309 or 14373562. OLE color: 14373562.

HSL color Cylindrical-coordinate representation of color #BA52DB: hue angle of 285.55º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA52DB is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 82 219 -
CMYK 0.15 0.63 0 0.14
HSL 285.55º 0.66% 0.59% -
HSV(B) 285.55º 0.63% 0.86% -
XYZ 36.05 21.59 69.28 -
YUV 128.71 178.96 168.86 -
System Red Green Blue C M Y K H S L
Decimal 186 82 219 0.15 0.63 0 0.14 285.55 0.66 0.59
Hex BA 52 DB F 3F 0 E 11E 42 3B
Octal 272 122 333 17 77 0 16 436 102 73
Binary 10111010 1010010 11011011 1111 111111 0 1110 100011110 1000010 111011

Color Harmonies of #BA52DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA52DB

Black with #BA52DB

Text Example


Text Example

White with #BA52DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA52DB; }

 p { color: rgb(186,82,219); }

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

background-color css

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

 a { background-color: rgb(186,82,219); }

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

border-color css

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

 span { border-color: rgb(186,82,219); }

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