Html Css Color HEX #BA4FDA Medium Orchid

📋 copy color: '#BA4FDA'

red 186 ◦ green 79 ◦ blue 218

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

Shades of Medium Orchid #BA4FDA

Tints of Medium Orchid #BA4FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.13%

R = 38.51%
G = 16.36%
B = 45.13%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA4FDA (or 0xBA4FDA) is known color: Medium Orchid. HEX triplet: BA, 4F and DA. RGB value is (186,79,218). Sum of RGB (Red+Green+Blue) = 186+79+218=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 79 (31.25% from 255 or 16.36% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA4FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4FDA is #45B025. Grayscale: #7E7E7E. Windows color (decimal): -4567078 or 14307258. OLE color: 14307258.

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

Color convert

RGB 186 79 218 -
CMYK 0.15 0.64 0 0.15
HSL 286.19º 0.65% 0.58% -
HSV(B) 286.19º 0.64% 0.85% -
XYZ 35.7 21.09 68.52 -
YUV 126.84 179.45 170.2 -
System Red Green Blue C M Y K H S L
Decimal 186 79 218 0.15 0.64 0 0.15 286.19 0.65 0.58
Hex BA 4F DA F 40 0 F 11E 41 3A
Octal 272 117 332 17 100 0 17 436 101 72
Binary 10111010 1001111 11011010 1111 1000000 0 1111 100011110 1000001 111010

Color Harmonies of #BA4FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4FDA

Black with #BA4FDA

Text Example


Text Example

White with #BA4FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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