Html Css Color HEX #BA39FF Medium Orchid

📋 copy color: '#BA39FF'

red 186 ◦ green 57 ◦ blue 255

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

Shades of Medium Orchid #BA39FF

Tints of Medium Orchid #BA39FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.2%

R = 37.35%
G = 11.45%
B = 51.2%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BA39FF (or 0xBA39FF) is known color: Medium Orchid. HEX triplet: BA, 39 and FF. RGB value is (186,57,255). Sum of RGB (Red+Green+Blue) = 186+57+255=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 57 (22.66% from 255 or 11.45% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA39FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA39FF is #45C600. Grayscale: #757575. Windows color (decimal): -4572673 or 16726458. OLE color: 16726458.

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

Color convert

RGB 186 57 255 -
CMYK 0.27 0.78 0 0
HSL 279.09º 1% 0.61% -
HSV(B) 279.09º 0.78% 1% -
XYZ 39.76 20.59 96.49 -
YUV 118.14 205.24 176.4 -
System Red Green Blue C M Y K H S L
Decimal 186 57 255 0.27 0.78 0 0 279.09 1 0.61
Hex BA 39 FF 1B 4E 0 0 117 64 3D
Octal 272 71 377 33 116 0 0 427 144 75
Binary 10111010 111001 11111111 11011 1001110 0 0 100010111 1100100 111101

Color Harmonies of #BA39FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA39FF

Black with #BA39FF

Text Example


Text Example

White with #BA39FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA39FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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