Html Css Color HEX #BA3EF1 Medium Orchid

📋 copy color: '#BA3EF1'

red 186 ◦ green 62 ◦ blue 241

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

Shades of Medium Orchid #BA3EF1

Tints of Medium Orchid #BA3EF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 49.28%

R = 38.04%
G = 12.68%
B = 49.28%

CMYK

 C value IS 0.23

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BA3EF1 (or 0xBA3EF1) is known color: Medium Orchid. HEX triplet: BA, 3E and F1. RGB value is (186,62,241). Sum of RGB (Red+Green+Blue) = 186+62+241=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 62 (24.61% from 255 or 12.68% from 489); Blue value is 241 (94.53% from 255 or 49.28% from 489); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA3EF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3EF1 is #45C10E. Grayscale: #767676. Windows color (decimal): -4571407 or 15810234. OLE color: 15810234.

HSL color Cylindrical-coordinate representation of color #BA3EF1: hue angle of 281.56º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA3EF1 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 62 241 -
CMYK 0.23 0.74 0 0.05
HSL 281.56º 0.86% 0.59% -
HSV(B) 281.56º 0.74% 0.95% -
XYZ 37.85 20.24 85.13 -
YUV 119.48 196.58 175.45 -
System Red Green Blue C M Y K H S L
Decimal 186 62 241 0.23 0.74 0 0.05 281.56 0.86 0.59
Hex BA 3E F1 17 4A 0 5 11A 56 3B
Octal 272 76 361 27 112 0 5 432 126 73
Binary 10111010 111110 11110001 10111 1001010 0 101 100011010 1010110 111011

Color Harmonies of #BA3EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3EF1

Black with #BA3EF1

Text Example


Text Example

White with #BA3EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3EF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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