Html Css Color HEX #BA41FB Medium Orchid

📋 copy color: '#BA41FB'

red 186 ◦ green 65 ◦ blue 251

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

Shades of Medium Orchid #BA41FB

Tints of Medium Orchid #BA41FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50%

R = 37.05%
G = 12.95%
B = 50%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA41FB (or 0xBA41FB) is known color: Medium Orchid. HEX triplet: BA, 41 and FB. RGB value is (186,65,251). Sum of RGB (Red+Green+Blue) = 186+65+251=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 65 (25.78% from 255 or 12.95% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA41FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA41FB is #45BE04. Grayscale: #797979. Windows color (decimal): -4570629 or 16466362. OLE color: 16466362.

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

Color convert

RGB 186 65 251 -
CMYK 0.26 0.74 0 0.02
HSL 279.03º 0.96% 0.62% -
HSV(B) 279.03º 0.74% 0.98% -
XYZ 39.55 21.18 93.27 -
YUV 122.38 200.59 173.38 -
System Red Green Blue C M Y K H S L
Decimal 186 65 251 0.26 0.74 0 0.02 279.03 0.96 0.62
Hex BA 41 FB 1A 4A 0 2 117 60 3E
Octal 272 101 373 32 112 0 2 427 140 76
Binary 10111010 1000001 11111011 11010 1001010 0 10 100010111 1100000 111110

Color Harmonies of #BA41FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA41FB

Black with #BA41FB

Text Example


Text Example

White with #BA41FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA41FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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