Html Css Color HEX #BA5FEC Medium Orchid

📋 copy color: '#BA5FEC'

red 186 ◦ green 95 ◦ blue 236

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

Shades of Medium Orchid #BA5FEC

Tints of Medium Orchid #BA5FEC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.38%

 BLUE value IS 236 (92.58% from 255) = 45.65%

R = 35.98%
G = 18.38%
B = 45.65%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA5FEC (or 0xBA5FEC) is known color: Medium Orchid. HEX triplet: BA, 5F and EC. RGB value is (186,95,236). Sum of RGB (Red+Green+Blue) = 186+95+236=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 95 (37.5% from 255 or 18.38% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA5FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5FEC is #45A013. Grayscale: #898989. Windows color (decimal): -4562964 or 15491002. OLE color: 15491002.

HSL color Cylindrical-coordinate representation of color #BA5FEC: hue angle of 278.72º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA5FEC is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 95 236 -
CMYK 0.21 0.60 0 0.07
HSL 278.72º 0.79% 0.65% -
HSV(B) 278.72º 0.6% 0.93% -
XYZ 39.48 24.68 82.04 -
YUV 138.28 183.15 162.04 -
System Red Green Blue C M Y K H S L
Decimal 186 95 236 0.21 0.60 0 0.07 278.72 0.79 0.65
Hex BA 5F EC 15 3C 0 7 117 4F 41
Octal 272 137 354 25 74 0 7 427 117 101
Binary 10111010 1011111 11101100 10101 111100 0 111 100010111 1001111 1000001

Color Harmonies of #BA5FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5FEC

Black with #BA5FEC

Text Example


Text Example

White with #BA5FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5FEC; }

 p { color: rgb(186,95,236); }

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

background-color css

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

 a { background-color: rgb(186,95,236); }

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

border-color css

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

 span { border-color: rgb(186,95,236); }

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