Html Css Color HEX #BA4EEF Medium Orchid

📋 copy color: '#BA4EEF'

red 186 ◦ green 78 ◦ blue 239

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

Shades of Medium Orchid #BA4EEF

Tints of Medium Orchid #BA4EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.51%

R = 36.98%
G = 15.51%
B = 47.51%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA4EEF (or 0xBA4EEF) is known color: Medium Orchid. HEX triplet: BA, 4E and EF. RGB value is (186,78,239). Sum of RGB (Red+Green+Blue) = 186+78+239=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 78 (30.86% from 255 or 15.51% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA4EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA4EEF is #45B110. Grayscale: #808080. Windows color (decimal): -4567313 or 15683258. OLE color: 15683258.

HSL color Cylindrical-coordinate representation of color #BA4EEF: hue angle of 280.25º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA4EEF is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 78 239 -
CMYK 0.22 0.67 0 0.06
HSL 280.25º 0.83% 0.62% -
HSV(B) 280.25º 0.67% 0.94% -
XYZ 38.55 22.12 83.9 -
YUV 128.65 190.28 168.91 -
System Red Green Blue C M Y K H S L
Decimal 186 78 239 0.22 0.67 0 0.06 280.25 0.83 0.62
Hex BA 4E EF 16 43 0 6 118 53 3E
Octal 272 116 357 26 103 0 6 430 123 76
Binary 10111010 1001110 11101111 10110 1000011 0 110 100011000 1010011 111110

Color Harmonies of #BA4EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4EEF

Black with #BA4EEF

Text Example


Text Example

White with #BA4EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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