Html Css Color HEX #BA4BF9 Medium Orchid

📋 copy color: '#BA4BF9'

red 186 ◦ green 75 ◦ blue 249

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

Shades of Medium Orchid #BA4BF9

Tints of Medium Orchid #BA4BF9

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.71%

 BLUE value IS 249 (97.66% from 255) = 48.82%

R = 36.47%
G = 14.71%
B = 48.82%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA4BF9 (or 0xBA4BF9) is known color: Medium Orchid. HEX triplet: BA, 4B and F9. RGB value is (186,75,249). Sum of RGB (Red+Green+Blue) = 186+75+249=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 75 (29.69% from 255 or 14.71% from 510); Blue value is 249 (97.66% from 255 or 48.82% from 510); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA4BF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4BF9 is #45B406. Grayscale: #7F7F7F. Windows color (decimal): -4568071 or 16337850. OLE color: 16337850.

HSL color Cylindrical-coordinate representation of color #BA4BF9: hue angle of 278.28º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA4BF9 is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 75 249 -
CMYK 0.25 0.70 0 0.02
HSL 278.28º 0.94% 0.64% -
HSV(B) 278.28º 0.7% 0.98% -
XYZ 39.86 22.31 91.83 -
YUV 128.03 196.27 169.35 -
System Red Green Blue C M Y K H S L
Decimal 186 75 249 0.25 0.70 0 0.02 278.28 0.94 0.64
Hex BA 4B F9 19 46 0 2 116 5E 40
Octal 272 113 371 31 106 0 2 426 136 100
Binary 10111010 1001011 11111001 11001 1000110 0 10 100010110 1011110 1000000

Color Harmonies of #BA4BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4BF9

Black with #BA4BF9

Text Example


Text Example

White with #BA4BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4BF9; }

 p { color: rgb(186,75,249); }

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

background-color css

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

 a { background-color: rgb(186,75,249); }

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

border-color css

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

 span { border-color: rgb(186,75,249); }

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