Html Css Color HEX #BA43F9 Medium Orchid

📋 copy color: '#BA43F9'

red 186 ◦ green 67 ◦ blue 249

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

Shades of Medium Orchid #BA43F9

Tints of Medium Orchid #BA43F9

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.35%

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

R = 37.05%
G = 13.35%
B = 49.6%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA43F9 (or 0xBA43F9) is known color: Medium Orchid. HEX triplet: BA, 43 and F9. RGB value is (186,67,249). Sum of RGB (Red+Green+Blue) = 186+67+249=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 67 (26.56% from 255 or 13.35% from 502); Blue value is 249 (97.66% from 255 or 49.60% from 502); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA43F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA43F9 is #45BC06. Grayscale: #7A7A7A. Windows color (decimal): -4570119 or 16335802. OLE color: 16335802.

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

Color convert

RGB 186 67 249 -
CMYK 0.25 0.73 0 0.02
HSL 279.23º 0.94% 0.62% -
HSV(B) 279.23º 0.73% 0.98% -
XYZ 39.36 21.29 91.66 -
YUV 123.33 198.92 172.7 -
System Red Green Blue C M Y K H S L
Decimal 186 67 249 0.25 0.73 0 0.02 279.23 0.94 0.62
Hex BA 43 F9 19 49 0 2 117 5E 3E
Octal 272 103 371 31 111 0 2 427 136 76
Binary 10111010 1000011 11111001 11001 1001001 0 10 100010111 1011110 111110

Color Harmonies of #BA43F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA43F9

Black with #BA43F9

Text Example


Text Example

White with #BA43F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA43F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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