Html Css Color HEX #BA39FA Medium Orchid

📋 copy color: '#BA39FA'

red 186 ◦ green 57 ◦ blue 250

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

Shades of Medium Orchid #BA39FA

Tints of Medium Orchid #BA39FA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.56%

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

R = 37.73%
G = 11.56%
B = 50.71%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA39FA (or 0xBA39FA) is known color: Medium Orchid. HEX triplet: BA, 39 and FA. RGB value is (186,57,250). Sum of RGB (Red+Green+Blue) = 186+57+250=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 57 (22.66% from 255 or 11.56% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA39FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA39FA is #45C605. Grayscale: #747474. Windows color (decimal): -4572678 or 16398778. OLE color: 16398778.

HSL color Cylindrical-coordinate representation of color #BA39FA: hue angle of 280.1º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA39FA is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 57 250 -
CMYK 0.26 0.77 0 0.02
HSL 280.1º 0.95% 0.6% -
HSV(B) 280.1º 0.77% 0.98% -
XYZ 38.97 20.27 92.3 -
YUV 117.57 202.74 176.81 -
System Red Green Blue C M Y K H S L
Decimal 186 57 250 0.26 0.77 0 0.02 280.1 0.95 0.6
Hex BA 39 FA 1A 4D 0 2 118 5F 3C
Octal 272 71 372 32 115 0 2 430 137 74
Binary 10111010 111001 11111010 11010 1001101 0 10 100011000 1011111 111100

Color Harmonies of #BA39FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA39FA

Black with #BA39FA

Text Example


Text Example

White with #BA39FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA39FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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