Html Css Color HEX #BA43FA Medium Orchid

📋 copy color: '#BA43FA'

red 186 ◦ green 67 ◦ blue 250

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

Shades of Medium Orchid #BA43FA

Tints of Medium Orchid #BA43FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.7%

R = 36.98%
G = 13.32%
B = 49.7%

CMYK

 C value IS 0.26

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA43FA (or 0xBA43FA) is known color: Medium Orchid. HEX triplet: BA, 43 and FA. RGB value is (186,67,250). Sum of RGB (Red+Green+Blue) = 186+67+250=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 67 (26.56% from 255 or 13.32% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA43FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA43FA is #45BC05. Grayscale: #7A7A7A. Windows color (decimal): -4570118 or 16401338. OLE color: 16401338.

HSL color Cylindrical-coordinate representation of color #BA43FA: hue angle of 279.02º degrees, saturation: 0.95, 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 #BA43FA is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 67 250 -
CMYK 0.26 0.73 0 0.02
HSL 279.02º 0.95% 0.62% -
HSV(B) 279.02º 0.73% 0.98% -
XYZ 39.51 21.36 92.48 -
YUV 123.44 199.42 172.62 -
System Red Green Blue C M Y K H S L
Decimal 186 67 250 0.26 0.73 0 0.02 279.02 0.95 0.62
Hex BA 43 FA 1A 49 0 2 117 5F 3E
Octal 272 103 372 32 111 0 2 427 137 76
Binary 10111010 1000011 11111010 11010 1001001 0 10 100010111 1011111 111110

Color Harmonies of #BA43FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA43FA

Black with #BA43FA

Text Example


Text Example

White with #BA43FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA43FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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