Html Css Color HEX #BA40EB Medium Orchid

📋 copy color: '#BA40EB'

red 186 ◦ green 64 ◦ blue 235

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

Shades of Medium Orchid #BA40EB

Tints of Medium Orchid #BA40EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.45%

R = 38.35%
G = 13.2%
B = 48.45%

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

#BA40EB (or 0xBA40EB) is known color: Medium Orchid. HEX triplet: BA, 40 and EB. RGB value is (186,64,235). Sum of RGB (Red+Green+Blue) = 186+64+235=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 64 (25.39% from 255 or 13.20% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA40EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA40EB is #45BF14. Grayscale: #777777. Windows color (decimal): -4570901 or 15417530. OLE color: 15417530.

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

Color convert

RGB 186 64 235 -
CMYK 0.21 0.73 0 0.08
HSL 282.81º 0.81% 0.59% -
HSV(B) 282.81º 0.73% 0.92% -
XYZ 37.08 20.1 80.52 -
YUV 119.97 192.92 175.1 -
System Red Green Blue C M Y K H S L
Decimal 186 64 235 0.21 0.73 0 0.08 282.81 0.81 0.59
Hex BA 40 EB 15 49 0 8 11B 51 3B
Octal 272 100 353 25 111 0 10 433 121 73
Binary 10111010 1000000 11101011 10101 1001001 0 1000 100011011 1010001 111011

Color Harmonies of #BA40EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA40EB

Black with #BA40EB

Text Example


Text Example

White with #BA40EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA40EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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