Html Css Color HEX #BA3EF9 Medium Orchid

📋 copy color: '#BA3EF9'

red 186 ◦ green 62 ◦ blue 249

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

Shades of Medium Orchid #BA3EF9

Tints of Medium Orchid #BA3EF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50.1%

R = 37.42%
G = 12.47%
B = 50.1%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA3EF9 (or 0xBA3EF9) is known color: Medium Orchid. HEX triplet: BA, 3E and F9. RGB value is (186,62,249). Sum of RGB (Red+Green+Blue) = 186+62+249=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 62 (24.61% from 255 or 12.47% from 497); Blue value is 249 (97.66% from 255 or 50.10% from 497); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA3EF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3EF9 is #45C106. Grayscale: #777777. Windows color (decimal): -4571399 or 16334522. OLE color: 16334522.

HSL color Cylindrical-coordinate representation of color #BA3EF9: hue angle of 279.79º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA3EF9 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 62 249 -
CMYK 0.25 0.75 0 0.02
HSL 279.79º 0.94% 0.61% -
HSV(B) 279.79º 0.75% 0.98% -
XYZ 39.07 20.72 91.56 -
YUV 120.39 200.58 174.79 -
System Red Green Blue C M Y K H S L
Decimal 186 62 249 0.25 0.75 0 0.02 279.79 0.94 0.61
Hex BA 3E F9 19 4B 0 2 118 5E 3D
Octal 272 76 371 31 113 0 2 430 136 75
Binary 10111010 111110 11111001 11001 1001011 0 10 100011000 1011110 111101

Color Harmonies of #BA3EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3EF9

Black with #BA3EF9

Text Example


Text Example

White with #BA3EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3EF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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