Html Css Color HEX #BA4EEB Medium Orchid

📋 copy color: '#BA4EEB'

red 186 ◦ green 78 ◦ blue 235

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

Shades of Medium Orchid #BA4EEB

Tints of Medium Orchid #BA4EEB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.63%

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

R = 37.27%
G = 15.63%
B = 47.09%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA4EEB (or 0xBA4EEB) is known color: Medium Orchid. HEX triplet: BA, 4E and EB. RGB value is (186,78,235). Sum of RGB (Red+Green+Blue) = 186+78+235=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 78 (30.86% from 255 or 15.63% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA4EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA4EEB is #45B114. Grayscale: #7F7F7F. Windows color (decimal): -4567317 or 15421114. OLE color: 15421114.

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

Color convert

RGB 186 78 235 -
CMYK 0.21 0.67 0 0.08
HSL 281.27º 0.8% 0.61% -
HSV(B) 281.27º 0.67% 0.92% -
XYZ 37.97 21.89 80.82 -
YUV 128.19 188.28 169.23 -
System Red Green Blue C M Y K H S L
Decimal 186 78 235 0.21 0.67 0 0.08 281.27 0.8 0.61
Hex BA 4E EB 15 43 0 8 119 50 3D
Octal 272 116 353 25 103 0 10 431 120 75
Binary 10111010 1001110 11101011 10101 1000011 0 1000 100011001 1010000 111101

Color Harmonies of #BA4EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4EEB

Black with #BA4EEB

Text Example


Text Example

White with #BA4EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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