Html Css Color HEX #BA39E8 Medium Orchid

📋 copy color: '#BA39E8'

red 186 ◦ green 57 ◦ blue 232

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

Shades of Medium Orchid #BA39E8

Tints of Medium Orchid #BA39E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 48.84%

R = 39.16%
G = 12%
B = 48.84%

CMYK

 C value IS 0.20

 M value IS 0.75

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA39E8 (or 0xBA39E8) is known color: Medium Orchid. HEX triplet: BA, 39 and E8. RGB value is (186,57,232). Sum of RGB (Red+Green+Blue) = 186+57+232=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 57 (22.66% from 255 or 12% from 475); Blue value is 232 (91.02% from 255 or 48.84% from 475); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA39E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA39E8 is #45C617. Grayscale: #727272. Windows color (decimal): -4572696 or 15219130. OLE color: 15219130.

HSL color Cylindrical-coordinate representation of color #BA39E8: hue angle of 284.23º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA39E8 is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 57 232 -
CMYK 0.20 0.75 0 0.09
HSL 284.23º 0.79% 0.57% -
HSV(B) 284.23º 0.75% 0.91% -
XYZ 36.28 19.19 78.14 -
YUV 115.52 193.74 178.27 -
System Red Green Blue C M Y K H S L
Decimal 186 57 232 0.20 0.75 0 0.09 284.23 0.79 0.57
Hex BA 39 E8 14 4B 0 9 11C 4F 39
Octal 272 71 350 24 113 0 11 434 117 71
Binary 10111010 111001 11101000 10100 1001011 0 1001 100011100 1001111 111001

Color Harmonies of #BA39E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA39E8

Black with #BA39E8

Text Example


Text Example

White with #BA39E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA39E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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