Html Css Color HEX #BA6FEC Medium Orchid

📋 copy color: '#BA6FEC'

red 186 ◦ green 111 ◦ blue 236

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

Shades of Medium Orchid #BA6FEC

Tints of Medium Orchid #BA6FEC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.83%

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

R = 34.9%
G = 20.83%
B = 44.28%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA6FEC (or 0xBA6FEC) is known color: Medium Orchid. HEX triplet: BA, 6F and EC. RGB value is (186,111,236). Sum of RGB (Red+Green+Blue) = 186+111+236=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 111 (43.75% from 255 or 20.83% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA6FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6FEC is #459013. Grayscale: #939393. Windows color (decimal): -4558868 or 15495098. OLE color: 15495098.

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

Color convert

RGB 186 111 236 -
CMYK 0.21 0.53 0 0.07
HSL 276º 0.77% 0.68% -
HSV(B) 276º 0.53% 0.93% -
XYZ 41.07 27.86 82.57 -
YUV 147.68 177.85 155.34 -
System Red Green Blue C M Y K H S L
Decimal 186 111 236 0.21 0.53 0 0.07 276 0.77 0.68
Hex BA 6F EC 15 35 0 7 114 4D 44
Octal 272 157 354 25 65 0 7 424 115 104
Binary 10111010 1101111 11101100 10101 110101 0 111 100010100 1001101 1000100

Color Harmonies of #BA6FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6FEC

Black with #BA6FEC

Text Example


Text Example

White with #BA6FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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