Html Css Color HEX #BA4FDB Medium Orchid

📋 copy color: '#BA4FDB'

red 186 ◦ green 79 ◦ blue 219

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

Shades of Medium Orchid #BA4FDB

Tints of Medium Orchid #BA4FDB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.32%

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

R = 38.43%
G = 16.32%
B = 45.25%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA4FDB (or 0xBA4FDB) is known color: Medium Orchid. HEX triplet: BA, 4F and DB. RGB value is (186,79,219). Sum of RGB (Red+Green+Blue) = 186+79+219=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 79 (31.25% from 255 or 16.32% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA4FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4FDB is #45B024. Grayscale: #7E7E7E. Windows color (decimal): -4567077 or 14372794. OLE color: 14372794.

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

Color convert

RGB 186 79 219 -
CMYK 0.15 0.64 0 0.14
HSL 285.86º 0.66% 0.58% -
HSV(B) 285.86º 0.64% 0.86% -
XYZ 35.83 21.15 69.21 -
YUV 126.95 179.95 170.12 -
System Red Green Blue C M Y K H S L
Decimal 186 79 219 0.15 0.64 0 0.14 285.86 0.66 0.58
Hex BA 4F DB F 40 0 E 11E 42 3A
Octal 272 117 333 17 100 0 16 436 102 72
Binary 10111010 1001111 11011011 1111 1000000 0 1110 100011110 1000010 111010

Color Harmonies of #BA4FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4FDB

Black with #BA4FDB

Text Example


Text Example

White with #BA4FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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