Html Css Color HEX #BA39FE Medium Orchid

📋 copy color: '#BA39FE'

red 186 ◦ green 57 ◦ blue 254

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

Shades of Medium Orchid #BA39FE

Tints of Medium Orchid #BA39FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.11%

R = 37.42%
G = 11.47%
B = 51.11%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BA39FE (or 0xBA39FE) is known color: Medium Orchid. HEX triplet: BA, 39 and FE. RGB value is (186,57,254). Sum of RGB (Red+Green+Blue) = 186+57+254=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 57 (22.66% from 255 or 11.47% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA39FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA39FE is #45C601. Grayscale: #757575. Windows color (decimal): -4572674 or 16660922. OLE color: 16660922.

HSL color Cylindrical-coordinate representation of color #BA39FE: hue angle of 279.29º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA39FE is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 186 57 254 -
CMYK 0.27 0.78 0 0.00
HSL 279.29º 0.99% 0.61% -
HSV(B) 279.29º 0.78% 1% -
XYZ 39.6 20.52 95.64 -
YUV 118.03 204.74 176.48 -
System Red Green Blue C M Y K H S L
Decimal 186 57 254 0.27 0.78 0 0.00 279.29 0.99 0.61
Hex BA 39 FE 1B 4E 0 0 117 63 3D
Octal 272 71 376 33 116 0 0 427 143 75
Binary 10111010 111001 11111110 11011 1001110 0 0 100010111 1100011 111101

Color Harmonies of #BA39FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA39FE

Black with #BA39FE

Text Example


Text Example

White with #BA39FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA39FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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