Html Css Color HEX #BA40FB Medium Orchid

📋 copy color: '#BA40FB'

red 186 ◦ green 64 ◦ blue 251

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

Shades of Medium Orchid #BA40FB

Tints of Medium Orchid #BA40FB

RGB

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

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

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

R = 37.13%
G = 12.77%
B = 50.1%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA40FB (or 0xBA40FB) is known color: Medium Orchid. HEX triplet: BA, 40 and FB. RGB value is (186,64,251). Sum of RGB (Red+Green+Blue) = 186+64+251=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 64 (25.39% from 255 or 12.77% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA40FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA40FB is #45BF04. Grayscale: #797979. Windows color (decimal): -4570885 or 16466106. OLE color: 16466106.

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

Color convert

RGB 186 64 251 -
CMYK 0.26 0.75 0 0.02
HSL 279.14º 0.96% 0.62% -
HSV(B) 279.14º 0.75% 0.98% -
XYZ 39.5 21.07 93.25 -
YUV 121.8 200.92 173.79 -
System Red Green Blue C M Y K H S L
Decimal 186 64 251 0.26 0.75 0 0.02 279.14 0.96 0.62
Hex BA 40 FB 1A 4B 0 2 117 60 3E
Octal 272 100 373 32 113 0 2 427 140 76
Binary 10111010 1000000 11111011 11010 1001011 0 10 100010111 1100000 111110

Color Harmonies of #BA40FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA40FB

Black with #BA40FB

Text Example


Text Example

White with #BA40FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA40FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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