Html Css Color HEX #BA4CDB Medium Orchid

📋 copy color: '#BA4CDB'

red 186 ◦ green 76 ◦ blue 219

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

Shades of Medium Orchid #BA4CDB

Tints of Medium Orchid #BA4CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.8%

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

R = 38.67%
G = 15.8%
B = 45.53%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA4CDB (or 0xBA4CDB) is known color: Medium Orchid. HEX triplet: BA, 4C and DB. RGB value is (186,76,219). Sum of RGB (Red+Green+Blue) = 186+76+219=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 76 (30.08% from 255 or 15.80% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA4CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4CDB is #45B324. Grayscale: #7C7C7C. Windows color (decimal): -4567845 or 14372026. OLE color: 14372026.

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

Color convert

RGB 186 76 219 -
CMYK 0.15 0.65 0 0.14
HSL 286.15º 0.67% 0.58% -
HSV(B) 286.15º 0.65% 0.86% -
XYZ 35.62 20.72 69.14 -
YUV 125.19 180.94 171.37 -
System Red Green Blue C M Y K H S L
Decimal 186 76 219 0.15 0.65 0 0.14 286.15 0.67 0.58
Hex BA 4C DB F 41 0 E 11E 43 3A
Octal 272 114 333 17 101 0 16 436 103 72
Binary 10111010 1001100 11011011 1111 1000001 0 1110 100011110 1000011 111010

Color Harmonies of #BA4CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4CDB

Black with #BA4CDB

Text Example


Text Example

White with #BA4CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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