Html Css Color HEX #BA4FEC Medium Orchid

📋 copy color: '#BA4FEC'

red 186 ◦ green 79 ◦ blue 236

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

Shades of Medium Orchid #BA4FEC

Tints of Medium Orchid #BA4FEC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.77%

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

R = 37.13%
G = 15.77%
B = 47.11%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA4FEC (or 0xBA4FEC) is known color: Medium Orchid. HEX triplet: BA, 4F and EC. RGB value is (186,79,236). Sum of RGB (Red+Green+Blue) = 186+79+236=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 79 (31.25% from 255 or 15.77% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA4FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA4FEC is #45B013. Grayscale: #808080. Windows color (decimal): -4567060 or 15486906. OLE color: 15486906.

HSL color Cylindrical-coordinate representation of color #BA4FEC: hue angle of 280.89º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA4FEC is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 79 236 -
CMYK 0.21 0.67 0 0.07
HSL 280.89º 0.81% 0.62% -
HSV(B) 280.89º 0.67% 0.93% -
XYZ 38.19 22.09 81.61 -
YUV 128.89 188.45 168.73 -
System Red Green Blue C M Y K H S L
Decimal 186 79 236 0.21 0.67 0 0.07 280.89 0.81 0.62
Hex BA 4F EC 15 43 0 7 119 51 3E
Octal 272 117 354 25 103 0 7 431 121 76
Binary 10111010 1001111 11101100 10101 1000011 0 111 100011001 1010001 111110

Color Harmonies of #BA4FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4FEC

Black with #BA4FEC

Text Example


Text Example

White with #BA4FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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