Html Css Color HEX #BA3EFA Medium Orchid

📋 copy color: '#BA3EFA'

red 186 ◦ green 62 ◦ blue 250

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

Shades of Medium Orchid #BA3EFA

Tints of Medium Orchid #BA3EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.2%

R = 37.35%
G = 12.45%
B = 50.2%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA3EFA (or 0xBA3EFA) is known color: Medium Orchid. HEX triplet: BA, 3E and FA. RGB value is (186,62,250). Sum of RGB (Red+Green+Blue) = 186+62+250=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 62 (24.61% from 255 or 12.45% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA3EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3EFA is #45C105. Grayscale: #777777. Windows color (decimal): -4571398 or 16400058. OLE color: 16400058.

HSL color Cylindrical-coordinate representation of color #BA3EFA: hue angle of 279.57º degrees, saturation: 0.95, 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 #BA3EFA is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 62 250 -
CMYK 0.26 0.75 0 0.02
HSL 279.57º 0.95% 0.61% -
HSV(B) 279.57º 0.75% 0.98% -
XYZ 39.23 20.79 92.39 -
YUV 120.51 201.08 174.71 -
System Red Green Blue C M Y K H S L
Decimal 186 62 250 0.26 0.75 0 0.02 279.57 0.95 0.61
Hex BA 3E FA 1A 4B 0 2 118 5F 3D
Octal 272 76 372 32 113 0 2 430 137 75
Binary 10111010 111110 11111010 11010 1001011 0 10 100011000 1011111 111101

Color Harmonies of #BA3EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3EFA

Black with #BA3EFA

Text Example


Text Example

White with #BA3EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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