Html Css Color HEX #BA2EEF Medium Orchid

📋 copy color: '#BA2EEF'

red 186 ◦ green 46 ◦ blue 239

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

Shades of Medium Orchid #BA2EEF

Tints of Medium Orchid #BA2EEF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.77%

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

R = 39.49%
G = 9.77%
B = 50.74%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA2EEF (or 0xBA2EEF) is known color: Medium Orchid. HEX triplet: BA, 2E and EF. RGB value is (186,46,239). Sum of RGB (Red+Green+Blue) = 186+46+239=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 46 (18.36% from 255 or 9.77% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA2EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2EEF is #45D110. Grayscale: #6D6D6D. Windows color (decimal): -4575505 or 15675066. OLE color: 15675066.

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

Color convert

RGB 186 46 239 -
CMYK 0.22 0.81 0 0.06
HSL 283.52º 0.86% 0.56% -
HSV(B) 283.52º 0.81% 0.94% -
XYZ 36.81 18.63 83.32 -
YUV 109.86 200.88 182.31 -
System Red Green Blue C M Y K H S L
Decimal 186 46 239 0.22 0.81 0 0.06 283.52 0.86 0.56
Hex BA 2E EF 16 51 0 6 11C 56 38
Octal 272 56 357 26 121 0 6 434 126 70
Binary 10111010 101110 11101111 10110 1010001 0 110 100011100 1010110 111000

Color Harmonies of #BA2EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2EEF

Black with #BA2EEF

Text Example


Text Example

White with #BA2EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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