Html Css Color HEX #BA3EF4 Medium Orchid

📋 copy color: '#BA3EF4'

red 186 ◦ green 62 ◦ blue 244

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

Shades of Medium Orchid #BA3EF4

Tints of Medium Orchid #BA3EF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 49.59%

R = 37.8%
G = 12.6%
B = 49.59%

CMYK

 C value IS 0.24

 M value IS 0.75

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BA3EF4 (or 0xBA3EF4) is known color: Medium Orchid. HEX triplet: BA, 3E and F4. RGB value is (186,62,244). Sum of RGB (Red+Green+Blue) = 186+62+244=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 62 (24.61% from 255 or 12.60% from 492); Blue value is 244 (95.70% from 255 or 49.59% from 492); Max value from RGB is 244 - color contains mainly: blue. Hex color #BA3EF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3EF4 is #45C10B. Grayscale: #777777. Windows color (decimal): -4571404 or 16006842. OLE color: 16006842.

HSL color Cylindrical-coordinate representation of color #BA3EF4: hue angle of 280.88º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA3EF4 is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 62 244 -
CMYK 0.24 0.75 0 0.04
HSL 280.88º 0.89% 0.6% -
HSV(B) 280.88º 0.75% 0.96% -
XYZ 38.3 20.42 87.51 -
YUV 119.82 198.08 175.2 -
System Red Green Blue C M Y K H S L
Decimal 186 62 244 0.24 0.75 0 0.04 280.88 0.89 0.6
Hex BA 3E F4 18 4B 0 4 119 59 3C
Octal 272 76 364 30 113 0 4 431 131 74
Binary 10111010 111110 11110100 11000 1001011 0 100 100011001 1011001 111100

Color Harmonies of #BA3EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3EF4

Black with #BA3EF4

Text Example


Text Example

White with #BA3EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3EF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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