Html Css Color HEX #BA3EE7 Medium Orchid

📋 copy color: '#BA3EE7'

red 186 ◦ green 62 ◦ blue 231

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

Shades of Medium Orchid #BA3EE7

Tints of Medium Orchid #BA3EE7

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.94%

 BLUE value IS 231 (90.63% from 255) = 48.23%

R = 38.83%
G = 12.94%
B = 48.23%

CMYK

 C value IS 0.19

 M value IS 0.73

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA3EE7 (or 0xBA3EE7) is known color: Medium Orchid. HEX triplet: BA, 3E and E7. RGB value is (186,62,231). Sum of RGB (Red+Green+Blue) = 186+62+231=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 62 (24.61% from 255 or 12.94% from 479); Blue value is 231 (90.62% from 255 or 48.23% from 479); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA3EE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3EE7 is #45C118. Grayscale: #757575. Windows color (decimal): -4571417 or 15154874. OLE color: 15154874.

HSL color Cylindrical-coordinate representation of color #BA3EE7: hue angle of 284.02º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3EE7 is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 62 231 -
CMYK 0.19 0.73 0 0.09
HSL 284.02º 0.78% 0.57% -
HSV(B) 284.02º 0.73% 0.91% -
XYZ 36.4 19.65 77.48 -
YUV 118.34 191.58 176.26 -
System Red Green Blue C M Y K H S L
Decimal 186 62 231 0.19 0.73 0 0.09 284.02 0.78 0.57
Hex BA 3E E7 13 49 0 9 11C 4E 39
Octal 272 76 347 23 111 0 11 434 116 71
Binary 10111010 111110 11100111 10011 1001001 0 1001 100011100 1001110 111001

Color Harmonies of #BA3EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3EE7

Black with #BA3EE7

Text Example


Text Example

White with #BA3EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3EE7; }

 p { color: rgb(186,62,231); }

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

background-color css

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

 a { background-color: rgb(186,62,231); }

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

border-color css

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

 span { border-color: rgb(186,62,231); }

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