Html Css Color HEX #BA41F8 Medium Orchid

📋 copy color: '#BA41F8'

red 186 ◦ green 65 ◦ blue 248

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

Shades of Medium Orchid #BA41F8

Tints of Medium Orchid #BA41F8

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.03%

 BLUE value IS 248 (97.27% from 255) = 49.7%

R = 37.27%
G = 13.03%
B = 49.7%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BA41F8 (or 0xBA41F8) is known color: Medium Orchid. HEX triplet: BA, 41 and F8. RGB value is (186,65,248). Sum of RGB (Red+Green+Blue) = 186+65+248=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 65 (25.78% from 255 or 13.03% from 499); Blue value is 248 (97.27% from 255 or 49.70% from 499); Max value from RGB is 248 - color contains mainly: blue. Hex color #BA41F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA41F8 is #45BE07. Grayscale: #797979. Windows color (decimal): -4570632 or 16269754. OLE color: 16269754.

HSL color Cylindrical-coordinate representation of color #BA41F8: hue angle of 279.67º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA41F8 is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 65 248 -
CMYK 0.25 0.74 0 0.03
HSL 279.67º 0.93% 0.61% -
HSV(B) 279.67º 0.74% 0.97% -
XYZ 39.08 21 90.8 -
YUV 122.04 199.09 173.62 -
System Red Green Blue C M Y K H S L
Decimal 186 65 248 0.25 0.74 0 0.03 279.67 0.93 0.61
Hex BA 41 F8 19 4A 0 3 118 5D 3D
Octal 272 101 370 31 112 0 3 430 135 75
Binary 10111010 1000001 11111000 11001 1001010 0 11 100011000 1011101 111101

Color Harmonies of #BA41F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA41F8

Black with #BA41F8

Text Example


Text Example

White with #BA41F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA41F8; }

 p { color: rgb(186,65,248); }

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

background-color css

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

 a { background-color: rgb(186,65,248); }

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

border-color css

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

 span { border-color: rgb(186,65,248); }

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