Html Css Color HEX #BA40EA Medium Orchid

📋 copy color: '#BA40EA'

red 186 ◦ green 64 ◦ blue 234

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

Shades of Medium Orchid #BA40EA

Tints of Medium Orchid #BA40EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.35%

R = 38.43%
G = 13.22%
B = 48.35%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA40EA (or 0xBA40EA) is known color: Medium Orchid. HEX triplet: BA, 40 and EA. RGB value is (186,64,234). Sum of RGB (Red+Green+Blue) = 186+64+234=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 64 (25.39% from 255 or 13.22% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA40EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA40EA is #45BF15. Grayscale: #777777. Windows color (decimal): -4570902 or 15351994. OLE color: 15351994.

HSL color Cylindrical-coordinate representation of color #BA40EA: hue angle of 283.06º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA40EA is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 64 234 -
CMYK 0.21 0.73 0 0.08
HSL 283.06º 0.8% 0.58% -
HSV(B) 283.06º 0.73% 0.92% -
XYZ 36.93 20.05 79.76 -
YUV 119.86 192.42 175.18 -
System Red Green Blue C M Y K H S L
Decimal 186 64 234 0.21 0.73 0 0.08 283.06 0.8 0.58
Hex BA 40 EA 15 49 0 8 11B 50 3A
Octal 272 100 352 25 111 0 10 433 120 72
Binary 10111010 1000000 11101010 10101 1001001 0 1000 100011011 1010000 111010

Color Harmonies of #BA40EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA40EA

Black with #BA40EA

Text Example


Text Example

White with #BA40EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA40EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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