Html Css Color HEX #BA40FE Medium Orchid

📋 copy color: '#BA40FE'

red 186 ◦ green 64 ◦ blue 254

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

Shades of Medium Orchid #BA40FE

Tints of Medium Orchid #BA40FE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.7%

 BLUE value IS 254 (99.61% from 255) = 50.4%

R = 36.9%
G = 12.7%
B = 50.4%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BA40FE (or 0xBA40FE) is known color: Medium Orchid. HEX triplet: BA, 40 and FE. RGB value is (186,64,254). Sum of RGB (Red+Green+Blue) = 186+64+254=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 64 (25.39% from 255 or 12.70% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA40FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA40FE is #45BF01. Grayscale: #797979. Windows color (decimal): -4570882 or 16662714. OLE color: 16662714.

HSL color Cylindrical-coordinate representation of color #BA40FE: hue angle of 278.53º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA40FE is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 186 64 254 -
CMYK 0.27 0.75 0 0.00
HSL 278.53º 0.99% 0.62% -
HSV(B) 278.53º 0.75% 1% -
XYZ 39.97 21.26 95.76 -
YUV 122.14 202.42 173.55 -
System Red Green Blue C M Y K H S L
Decimal 186 64 254 0.27 0.75 0 0.00 278.53 0.99 0.62
Hex BA 40 FE 1B 4B 0 0 117 63 3E
Octal 272 100 376 33 113 0 0 427 143 76
Binary 10111010 1000000 11111110 11011 1001011 0 0 100010111 1100011 111110

Color Harmonies of #BA40FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA40FE

Black with #BA40FE

Text Example


Text Example

White with #BA40FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA40FE; }

 p { color: rgb(186,64,254); }

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

background-color css

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

 a { background-color: rgb(186,64,254); }

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

border-color css

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

 span { border-color: rgb(186,64,254); }

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